If the --partial-dir value is an absolute path and we use a file in
[rsync/rsync.git] / testsuite / daemon-gzip-upload.test
index 363e846..1b327b4 100644 (file)
@@ -20,14 +20,16 @@ build_rsyncd_conf
 RSYNC_CONNECT_PROG="$RSYNC --config=$conf --daemon"
 export RSYNC_CONNECT_PROG
 
-set -x
-
 hands_setup
 
+umask 0
+ln -s ../to/nolf "$fromdir/to-nolf-symlink"
+umask 022
+
 # Build chkdir with a normal rsync and an --exclude.
 $RSYNC -av --exclude=foobar.baz "$fromdir/" "$chkdir/"
 
-checkit "$RSYNC -avvvvz \"$fromdir/\" localhost::test-to/" "$chkdir" "$todir"
+checkit "$RSYNC -avvvvz \"$fromdir/\" localhost::test-scratch/to/" "$chkdir" "$todir"
 
 # The script would have aborted on error, so getting here means we've won.
 exit 0