From a3e608b76a42887a7a1893fe3a85b077efb25562 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 22 Nov 2000 13:15:10 +0000 Subject: [PATCH] chmod before removing --- tests/chmod/equal-x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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