]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
no need to do `cd $pwd; rm -rf $tmp'; the traps handle that
authorJim Meyering <jim@meyering.net>
Thu, 17 Nov 2005 18:24:41 +0000 (18:24 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 17 Nov 2005 18:24:41 +0000 (18:24 +0000)
tests/cp/acl

index 8f2bbf794040df0d0d5f3c01c63c9901bbf466e2..7273ae8dab1bf91d95a3184696246bb3d0f315b4 100755 (executable)
@@ -54,6 +54,4 @@ if test $framework_failure = 1; then
   (exit 1); exit 1
 fi
 
-cd $pwd
-rm -fr $tmp
 exit $fail