From a3dcb7908532cdd5bd1657ac3374abab0875dc2d Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 10 Jun 2005 18:02:14 +0000 Subject: [PATCH] One more instance of the umask kluge was needed. --- testsuite/itemize.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testsuite/itemize.test b/testsuite/itemize.test index 563bda95..19937d9b 100644 --- a/testsuite/itemize.test +++ b/testsuite/itemize.test @@ -59,7 +59,9 @@ EOT $RSYNC -a -f '-! */' "$fromdir/" "$todir" sleep 1 # For directory mod below to ensure time difference rm "$todir/foo/sym" +umask 0 ln -s ../bar/baz "$todir/foo/sym" +umask 022 cp -p "$srcdir/config.h.in" "$fromdir/foo/config2" chmod 600 "$fromdir/foo/config2" chmod 777 "$todir/bar/baz/rsync" -- 2.34.1