X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/6b4392484868937fb0cc5e7b0e4d0c31103fc440..164faae84f0abf1c9df2f28a09ae8579c86acfa3:/testsuite/executability.test diff --git a/testsuite/executability.test b/testsuite/executability.test index cdab0c55..05a64e48 100644 --- a/testsuite/executability.test +++ b/testsuite/executability.test @@ -1,11 +1,11 @@ #! /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 -. $srcdir/testsuite/rsync.fns +. $suitedir/rsync.fns # Put some files in the From directory mkdir "$fromdir" @@ -18,7 +18,7 @@ cat <"$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/"