summaryrefslogtreecommitdiff
path: root/testsuite/daemon-gzip-download.test
diff options
context:
space:
mode:
authorJos Backus <jos@samba.org>2002-12-24 07:25:25 +0000
committerJos Backus <jos@samba.org>2002-12-24 07:25:25 +0000
commit06464f55e26e1f26e10c04f4a11a4d85fadbd5f7 (patch)
treef5ed895ce59777184c88df514833f253633f99c0 /testsuite/daemon-gzip-download.test
parent1b85e3f1a0792a9799c96123a15c1ec75f3be7ce (diff)
downloadrsync-06464f55e26e1f26e10c04f4a11a4d85fadbd5f7.tar.gz
Change all relevant occurrences of ``rsync'' and ``$rsync_bin'' to the
canonical form ``$RSYNC'' (set in testsuite/rsync.fns). This prevents any stray rsync binaries in the user's PATH from being picked up by the test scripts and ensures that the newly built rsync binary is used always.
Diffstat (limited to 'testsuite/daemon-gzip-download.test')
-rw-r--r--testsuite/daemon-gzip-download.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/daemon-gzip-download.test b/testsuite/daemon-gzip-download.test
index bcb3ce1d..b716a992 100644
--- a/testsuite/daemon-gzip-download.test
+++ b/testsuite/daemon-gzip-download.test
@@ -23,9 +23,9 @@
build_rsyncd_conf
-RSYNC_CONNECT_PROG="$rsync_bin --config=$conf --daemon"
+RSYNC_CONNECT_PROG="$RSYNC --config=$conf --daemon"
export RSYNC_CONNECT_PROG
hands_setup
-checkit "$rsync_bin -avvz localhost::test-from/ \"$TO/\"" "$FROM" "$TO"
+checkit "$RSYNC -avvz localhost::test-from/ \"$TO/\"" "$FROM" "$TO"