One more instance of the umask kluge was needed.
authorWayne Davison <wayned@samba.org>
Fri, 10 Jun 2005 18:02:14 +0000 (18:02 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 10 Jun 2005 18:02:14 +0000 (18:02 +0000)
testsuite/itemize.test

index 563bda9..19937d9 100644 (file)
@@ -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"