Try to execute rsync --version as part of the test suite -- see if

this works on the farm.
This commit is contained in:
Martin Pool
2001-08-16 05:44:17 +00:00
parent 1dc587af1b
commit f472cdf017
4 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
Actually, rsync tests do too exist. They're in this strangely-named
directory to support old installations of the build farm client
software.

View File

@@ -0,0 +1,5 @@
#! /bin/sh
. rsync.fns
"$rsync" --version

View File

@@ -0,0 +1,3 @@
#! /bin/sh
rsync="$prefix/bin/$sync"

View File

@@ -4,5 +4,6 @@
# directory to support old installations of the build farm client
# software.
echo 'Hello testor!'
echo "$0 running"
TEST_ALL="rsync-version"