From 77bc22f77ad560ec2cf5afb25bcedec28de20c08 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 15 Jun 2002 09:54:08 +0000 Subject: (trap): in chmod, use u+rwx, not 700 --- tests/sample-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/sample-test b/tests/sample-test index 3af9e6819..5e725c17c 100644 --- a/tests/sample-test +++ b/tests/sample-test @@ -13,7 +13,7 @@ fi pwd=`pwd` t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$ -trap 'status=$?; cd $pwd; chmod -R 700 $t0; rm -rf $t0 && exit $status' 0 +trap 'status=$?; cd $pwd; chmod -R u+rwx $t0; rm -rf $t0 && exit $status' 0 trap '(exit $?); exit' 1 2 13 15 framework_failure=0 -- cgit v1.2.3-54-g00ecf