projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4dbcfc
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Mon, 22 Nov 1999 08:56:52 +0000
(08:56 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 22 Nov 1999 08:56:52 +0000
(08:56 +0000)
tests/tail-2/infloop-1
patch
|
blob
|
history
diff --git
a/tests/tail-2/infloop-1
b/tests/tail-2/infloop-1
index 7626d7ec8f9524e331bc704f8cb7e2caa90beac8..c02323b67a2eae59221c5d0144dfbba46a9a0d51 100755
(executable)
--- 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