aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-06-10 18:02:14 +0000
committerWayne Davison <wayned@samba.org>2005-06-10 18:02:14 +0000
commita3dcb7908532cdd5bd1657ac3374abab0875dc2d (patch)
treedd4c8b84711cdd29e06ac694f3b1887c131bb50e /testsuite
parent20667b6d7f7d54c8119e47bb4078df73eb254040 (diff)
downloadandroid_external_rsync-a3dcb7908532cdd5bd1657ac3374abab0875dc2d.tar.gz
android_external_rsync-a3dcb7908532cdd5bd1657ac3374abab0875dc2d.tar.bz2
android_external_rsync-a3dcb7908532cdd5bd1657ac3374abab0875dc2d.zip
One more instance of the umask kluge was needed.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/itemize.test2
1 files changed, 2 insertions, 0 deletions
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"