Try to execute rsync --version as part of the test suite -- see if
authorMartin Pool <mbp@samba.org>
Thu, 16 Aug 2001 05:44:17 +0000 (05:44 +0000)
committerMartin Pool <mbp@samba.org>
Thu, 16 Aug 2001 05:44:17 +0000 (05:44 +0000)
this works on the farm.

tests-dont-exist/oh-yes-they-do [new file with mode: 0644]
tests-dont-exist/rsync-hello.test [new file with mode: 0644]
tests-dont-exist/rsync.fns [new file with mode: 0644]
tests-dont-exist/runlist

diff --git a/tests-dont-exist/oh-yes-they-do b/tests-dont-exist/oh-yes-they-do
new file mode 100644 (file)
index 0000000..091c20e
--- /dev/null
@@ -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 (file)
index 0000000..70f016d
--- /dev/null
@@ -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 (file)
index 0000000..b03f08f
--- /dev/null
@@ -0,0 +1,3 @@
+#! /bin/sh
+
+rsync="$prefix/bin/$sync"
\ No newline at end of file
index c6bedc4..2b666e1 100755 (executable)
@@ -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"