mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-03-16 05:25:10 -04:00
Try to execute rsync --version as part of the test suite -- see if
this works on the farm.
This commit is contained in:
3
tests-dont-exist/oh-yes-they-do
Normal file
3
tests-dont-exist/oh-yes-they-do
Normal 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.
|
||||
5
tests-dont-exist/rsync-hello.test
Normal file
5
tests-dont-exist/rsync-hello.test
Normal file
@@ -0,0 +1,5 @@
|
||||
#! /bin/sh
|
||||
|
||||
. rsync.fns
|
||||
|
||||
"$rsync" --version
|
||||
3
tests-dont-exist/rsync.fns
Normal file
3
tests-dont-exist/rsync.fns
Normal file
@@ -0,0 +1,3 @@
|
||||
#! /bin/sh
|
||||
|
||||
rsync="$prefix/bin/$sync"
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user