From 9234b6f7e076edf51d62dd44acc506b7c1ad1497 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 15 Jun 2002 09:54:28 +0000 Subject: *** empty log message *** --- tests/mv/perm-1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/mv/perm-1') diff --git a/tests/mv/perm-1 b/tests/mv/perm-1 index 1d5501099..9a821bc22 100755 --- a/tests/mv/perm-1 +++ b/tests/mv/perm-1 @@ -13,7 +13,7 @@ PRIV_CHECK_ARG=require-non-root . $srcdir/../priv-check 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