Added a special permission (o+t) to one of the files in the test.
authorWayne Davison <wayned@samba.org>
Sat, 4 Feb 2006 19:28:45 +0000 (19:28 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 4 Feb 2006 19:28:45 +0000 (19:28 +0000)
testsuite/executability.test

index cdab0c5..b11e672 100644 (file)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# This program is distributable under the terms of the GNU GPL see
+# This program is distributable under the terms of the GNU GPL (see
 # COPYING).
 
 # Test the --executability or -E option. -- Matt McCutchen
@@ -18,7 +18,7 @@ cat <<EOF >"$fromdir/2"
 echo 'Program Two!'
 EOF
 
-chmod 700 "$fromdir/1" || test_skipped "Can't chmod"
+chmod 1700 "$fromdir/1" || test_skipped "Can't chmod"
 chmod 600 "$fromdir/2"
 
 $RSYNC -rvv "$fromdir/" "$todir/"