From: Martin Pool Date: Thu, 6 Sep 2001 06:30:09 +0000 (+0000) Subject: You cannot do "export VAR=VALUE" all on one line; the export must be X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/6cd7888e46fb7611668c981ff8193c5f3d16d8a6 You cannot do "export VAR=VALUE" all on one line; the export must be separate from the assignment. (SCO SysV) --- diff --git a/runtests.sh b/runtests.sh index 9e4ee16d..64ba3173 100755 --- a/runtests.sh +++ b/runtests.sh @@ -97,6 +97,9 @@ # BSD machines tend not to have "head" or "seq". +# You cannot do "export VAR=VALUE" all on one line; the export must be +# separate from the assignment. (SCO SysV) + # STILL TO DO: 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::