]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 15 Jun 2002 09:54:28 +0000 (09:54 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 Jun 2002 09:54:28 +0000 (09:54 +0000)
tests/mv/perm-1

index 1d55010991421bbd06581f9bade4ec2475006a83..9a821bc227be4f3a65d07c05c68328f26d64a38a 100755 (executable)
@@ -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