diff options
author | Jim Meyering <jim@meyering.net> | 2005-11-17 18:24:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-11-17 18:24:41 +0000 |
commit | 66f47a91d16e9a7de9a318ac0b7702222b95314c (patch) | |
tree | 55161a89e352af96c04978c0472acffef06d7465 /tests/cp/acl | |
parent | c9b1de9d5e70d5c730b13f8b9e7bf929d355b488 (diff) | |
download | coreutils-66f47a91d16e9a7de9a318ac0b7702222b95314c.tar.xz |
no need to do `cd $pwd; rm -rf $tmp'; the traps handle that
Diffstat (limited to 'tests/cp/acl')
-rwxr-xr-x | tests/cp/acl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/cp/acl b/tests/cp/acl index 8f2bbf794..7273ae8da 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 |