From: Jim Meyering Date: Thu, 17 Nov 2005 18:24:41 +0000 (+0000) Subject: no need to do `cd $pwd; rm -rf $tmp'; the traps handle that X-Git-Tag: v6.0~1323 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66f47a91d16e9a7de9a318ac0b7702222b95314c;p=thirdparty%2Fcoreutils.git no need to do `cd $pwd; rm -rf $tmp'; the traps handle that --- diff --git a/tests/cp/acl b/tests/cp/acl index 8f2bbf7940..7273ae8dab 100755 --- a/tests/cp/acl +++ b/tests/cp/acl @@ -54,6 +54,4 @@ if test $framework_failure = 1; then (exit 1); exit 1 fi -cd $pwd -rm -fr $tmp exit $fail