summaryrefslogtreecommitdiff
path: root/tests/tail-2/pipe-f
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tail-2/pipe-f')
-rwxr-xr-xtests/tail-2/pipe-f2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/pipe-f b/tests/tail-2/pipe-f
index b6fef16d7..ae68a5f6f 100755
--- a/tests/tail-2/pipe-f
+++ b/tests/tail-2/pipe-f
@@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
. "${srcdir=.}/init.sh"; path_prepend_ ../src
-test "$VERBOSE" = yes && tail --version
+print_ver_ tail
echo foo | timeout 10 tail -f -c3 > out || fail=1
echo oo > exp || fail=1