[PVFS2-CVS]
commit by robl in pvfs2-1/test/kernel/linux-2.6: pvfs2-shell-test.sh
CVS commit program
cvs at parl.clemson.edu
Thu Jun 9 14:33:17 EDT 2005
Update of /projects/cvsroot/pvfs2-1/test/kernel/linux-2.6
In directory parlweb:/tmp/cvs-serv22918
Modified Files:
pvfs2-shell-test.sh
Log Message:
when testing permissions, wrap up with a mode that lets us (as a mortal user)
delete stuff
Index: pvfs2-shell-test.sh
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/test/kernel/linux-2.6/pvfs2-shell-test.sh,v
diff -u -w -p -u -r1.14 -r1.15
--- pvfs2-shell-test.sh 14 Oct 2004 18:08:02 -0000 1.14
+++ pvfs2-shell-test.sh 9 Jun 2005 17:33:17 -0000 1.15
@@ -30,7 +30,7 @@ ENABLE_RENAME_TESTS=1
# test constants here
#####################################
-TEST_PERMISSIONS="0777 0767 0666 0644 0600 0500 0400 0000"
+TEST_PERMISSIONS="0777 0767 0666 0644 0600 0500 0400 0000 0755"
#####################################
# misc functions here
@@ -596,6 +596,7 @@ permission_test2()
echo "Removing testdir"
rm -rf $TESTDIR
+
remove_testdir $PVFS2_TESTDIR
More information about the PVFS2-CVS
mailing list