summaryrefslogtreecommitdiff
path: root/testsuite/daemon-gzip-upload.test
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-10-12 03:01:18 +0000
committerWayne Davison <wayned@samba.org>2006-10-12 03:01:18 +0000
commit1a7f3d99c5d4bcb5f38e2143bfb99fdf571fab69 (patch)
tree0e4b92d9e082ac6d48fe383e4a9179ab2ea4dc7e /testsuite/daemon-gzip-upload.test
parente80876700c49d5465df9e4b7c3e2f985eb137b8d (diff)
downloadrsync-1a7f3d99c5d4bcb5f38e2143bfb99fdf571fab69.tar.gz
Removed the changes in symlink handling in non-chroot daemon mode as
they were not yet safe (I'll consider similar changes for the next release).
Diffstat (limited to 'testsuite/daemon-gzip-upload.test')
-rw-r--r--testsuite/daemon-gzip-upload.test6
1 files changed, 1 insertions, 5 deletions
diff --git a/testsuite/daemon-gzip-upload.test b/testsuite/daemon-gzip-upload.test
index 1b327b44..49a7b1ae 100644
--- a/testsuite/daemon-gzip-upload.test
+++ b/testsuite/daemon-gzip-upload.test
@@ -22,14 +22,10 @@ export RSYNC_CONNECT_PROG
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-scratch/to/" "$chkdir" "$todir"
+checkit "$RSYNC -avvvvz \"$fromdir/\" localhost::test-to/" "$chkdir" "$todir"
# The script would have aborted on error, so getting here means we've won.
exit 0