Commit f472cdf0 authored by Martin Pool's avatar Martin Pool

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

this works on the farm.
parent 1dc587af
Actually, rsync tests do too exist. They're in this strangely-named
directory to support old installations of the build farm client
software.
#! /bin/sh
. rsync.fns
"$rsync" --version
#! /bin/sh
rsync="$prefix/bin/$sync"
\ No newline at end of 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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment