From f472cdf01795a2d3bdfb361cbe101cb182395ef1 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 16 Aug 2001 05:44:17 +0000 Subject: [PATCH] Try to execute rsync --version as part of the test suite -- see if this works on the farm. --- tests-dont-exist/oh-yes-they-do | 3 +++ tests-dont-exist/rsync-hello.test | 5 +++++ tests-dont-exist/rsync.fns | 3 +++ tests-dont-exist/runlist | 3 ++- 4 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 tests-dont-exist/oh-yes-they-do create mode 100644 tests-dont-exist/rsync-hello.test create mode 100644 tests-dont-exist/rsync.fns diff --git a/tests-dont-exist/oh-yes-they-do b/tests-dont-exist/oh-yes-they-do new file mode 100644 index 0000000..091c20e --- /dev/null +++ b/tests-dont-exist/oh-yes-they-do @@ -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. diff --git a/tests-dont-exist/rsync-hello.test b/tests-dont-exist/rsync-hello.test new file mode 100644 index 0000000..70f016d --- /dev/null +++ b/tests-dont-exist/rsync-hello.test @@ -0,0 +1,5 @@ +#! /bin/sh + +. rsync.fns + +"$rsync" --version diff --git a/tests-dont-exist/rsync.fns b/tests-dont-exist/rsync.fns new file mode 100644 index 0000000..b03f08f --- /dev/null +++ b/tests-dont-exist/rsync.fns @@ -0,0 +1,3 @@ +#! /bin/sh + +rsync="$prefix/bin/$sync" \ No newline at end of file diff --git a/tests-dont-exist/runlist b/tests-dont-exist/runlist index c6bedc4..2b666e1 100755 --- a/tests-dont-exist/runlist +++ b/tests-dont-exist/runlist @@ -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" -- 2.7.4