summaryrefslogtreecommitdiff
path: root/tests/tail-2/assert
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-11-22 08:55:00 +0000
committerJim Meyering <jim@meyering.net>1999-11-22 08:55:00 +0000
commit8a34174fb2d5276d1c6d74f508fc375363bdbc64 (patch)
treea9df80699261b14fe448347ec84c6e9a698060cc /tests/tail-2/assert
parentf22a30f1e537f8442b58c453c075842de7b9d961 (diff)
downloadcoreutils-8a34174fb2d5276d1c6d74f508fc375363bdbc64.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/tail-2/assert')
-rwxr-xr-xtests/tail-2/assert2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/assert b/tests/tail-2/assert
index 258963dcb..622069c91 100755
--- a/tests/tail-2/assert
+++ b/tests/tail-2/assert
@@ -10,7 +10,7 @@ if test "$VERBOSE" = yes; then
tail --version
fi
-tmp=t1-tail.$$
+tmp=tail-assert.$$
pwd=`pwd`
trap "cd $pwd; rm -rf $dir" 0 1 2 3 15