summaryrefslogtreecommitdiff
path: root/testsuite/daemon.test
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-09-06 06:30:09 +0000
committerMartin Pool <mbp@samba.org>2001-09-06 06:30:09 +0000
commit6cd7888e46fb7611668c981ff8193c5f3d16d8a6 (patch)
tree0b3c2c2c10f2a2b280514a47455929c05bb3ecfc /testsuite/daemon.test
parent1d54358e5207f5f5326dc9e9f362671275c86b22 (diff)
downloadrsync-6cd7888e46fb7611668c981ff8193c5f3d16d8a6.tar.gz
You cannot do "export VAR=VALUE" all on one line; the export must be
separate from the assignment. (SCO SysV)
Diffstat (limited to 'testsuite/daemon.test')
-rw-r--r--testsuite/daemon.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/daemon.test b/testsuite/daemon.test
index 8b1cab1a..87ebc099 100644
--- a/testsuite/daemon.test
+++ b/testsuite/daemon.test
@@ -26,6 +26,7 @@
build_rsyncd_conf
-export RSYNC_CONNECT_PROG="$rsync_bin --config=$conf --daemon"
+RSYNC_CONNECT_PROG="$rsync_bin --config=$conf --daemon"
+export RSYNC_CONNECT_PROG
$rsync_bin -v localhost::