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