X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a57dfe710d72e6fa755c6ec37098bf6d3d5c1eac..bdedced84b7f446f818efd4d25b8985285a50009:/testsuite/daemon-gzip-upload.test diff --git a/testsuite/daemon-gzip-upload.test b/testsuite/daemon-gzip-upload.test index 4a5c8778..363e8468 100644 --- a/testsuite/daemon-gzip-upload.test +++ b/testsuite/daemon-gzip-upload.test @@ -20,5 +20,14 @@ build_rsyncd_conf RSYNC_CONNECT_PROG="$RSYNC --config=$conf --daemon" export RSYNC_CONNECT_PROG +set -x + hands_setup -checkit "$RSYNC -avvvvz \"$FROM/\" localhost::test-to/" "$FROM" "$TO" + +# 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" + +# The script would have aborted on error, so getting here means we've won. +exit 0