summaryrefslogtreecommitdiff
path: root/testsuite/executability.test
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-02-04 19:28:45 +0000
committerWayne Davison <wayned@samba.org>2006-02-04 19:28:45 +0000
commit114bafe0d0f66927648215afbfa83fa6e1858ecf (patch)
treeb9dded4547ed1ee65ad0522b3f93715dc21b94e0 /testsuite/executability.test
parent5ef8c5c6d4c13a4123282c660ec4cd899081f366 (diff)
downloadrsync-114bafe0d0f66927648215afbfa83fa6e1858ecf.tar.gz
Added a special permission (o+t) to one of the files in the test.
Diffstat (limited to 'testsuite/executability.test')
-rw-r--r--testsuite/executability.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/executability.test b/testsuite/executability.test
index cdab0c55..b11e6722 100644
--- a/testsuite/executability.test
+++ b/testsuite/executability.test
@@ -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/"