From: Jim Meyering Date: Mon, 22 Nov 1999 08:56:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0j~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4dbcfc604f0c869810a081878de0d6f6737d60b;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/tail-2/infloop-1 b/tests/tail-2/infloop-1 index b7db992..7626d7e 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