summaryrefslogtreecommitdiff
path: root/tests/tail-2/infloop-1
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-11-22 08:56:52 +0000
committerJim Meyering <jim@meyering.net>1999-11-22 08:56:52 +0000
commitb609a3636645ee15a1fe5339fdf9d0ec896bf999 (patch)
tree45cf1be70615078ed0dc817d1b7285a7fa1145a3 /tests/tail-2/infloop-1
parente4dbcfc604f0c869810a081878de0d6f6737d60b (diff)
downloadcoreutils-b609a3636645ee15a1fe5339fdf9d0ec896bf999.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/tail-2/infloop-1')
-rwxr-xr-xtests/tail-2/infloop-18
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/tail-2/infloop-1 b/tests/tail-2/infloop-1
index 7626d7ec8..c02323b67 100755
--- a/tests/tail-2/infloop-1
+++ b/tests/tail-2/infloop-1
@@ -1,15 +1,15 @@
#!/bin/sh
# This test would fail with tail from pre-1.22i textutils.
-tmp=tail-inf1.$$
-pwd=`pwd`
-trap "cd $pwd; rm -rf $tmp" 0 1 2 3 15
-
if test "$VERBOSE" = yes; then
set -x
tail --version
fi
+tmp=tail-inf1.$$
+pwd=`pwd`
+trap "cd $pwd; rm -rf $tmp" 0 1 2 3 15
+
test_failure=0
mkdir $tmp || test_failure=1
cd $tmp || test_failure=1