diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-22 13:15:10 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-22 13:15:10 +0000 |
commit | a3e608b76a42887a7a1893fe3a85b077efb25562 (patch) | |
tree | 17abf2db24552f8a1198cce4cd1933d3eb5a91c8 /tests/chmod/equal-x | |
parent | d97f90581b4f9a4c98cd699f520b7c5bef0ea359 (diff) | |
download | coreutils-a3e608b76a42887a7a1893fe3a85b077efb25562.tar.xz |
chmod before removing
Diffstat (limited to 'tests/chmod/equal-x')
-rwxr-xr-x | tests/chmod/equal-x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chmod/equal-x b/tests/chmod/equal-x index b44189735..b5f930af1 100755 --- a/tests/chmod/equal-x +++ b/tests/chmod/equal-x @@ -7,7 +7,7 @@ fi pwd=`pwd` tmp=eq-x-$$ -trap 'status=$?; cd $pwd; rm -rf $tmp && exit $status' 0 +trap 'status=$?; cd $pwd; chmod -R a+rwx $tmp; rm -rf $tmp && exit $status' 0 trap '(exit $?); exit' 1 2 13 15 file=f |