Added the new --protocol option.
[rsync.git] / testsuite / daemon-gzip-upload.test
blob04642ac83439a4fa0c1beea3f233b35d46311158
1 #!/bin/sh
3 # Copyright (C) 2001, 2002 by Martin Pool <mbp@samba.org>
5 # This program is distributable under the terms of the GNU GPL (see
6 # COPYING)
8 # We don't really want to start the server listening, because that
9 # might interfere with the security or operation of the test machine.
10 # Instead we use the fake-connect feature to dynamically assign a pair
11 # of ports.
13 # This test tries to upload a file over a compressed connection to the
14 # server. This ought to exercise (exorcise?) a bug in 2.5.3.
16 . "$suitedir/rsync.fns"
18 build_rsyncd_conf
20 RSYNC_CONNECT_PROG="$RSYNC --config=$conf --daemon"
21 export RSYNC_CONNECT_PROG
23 hands_setup
24 checkit "$RSYNC -avvz \"$FROM/\" localhost::test-to/" "$FROM" "$TO"