From 114bafe0d0f66927648215afbfa83fa6e1858ecf Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 4 Feb 2006 19:28:45 +0000 Subject: [PATCH] Added a special permission (o+t) to one of the files in the test. --- testsuite/executability.test | 4 ++-- 1 file 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 <"$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/" -- 2.34.1