Updated directory name for rsync tests
authorMartin Pool <mbp@samba.org>
Thu, 16 Aug 2001 06:24:56 +0000 (06:24 +0000)
committerMartin Pool <mbp@samba.org>
Thu, 16 Aug 2001 06:24:56 +0000 (06:24 +0000)
testsuite/rsync-hello.test
testsuite/rsync.fns [new file with mode: 0644]
testsuite/runlist

index 8924449..8652724 100755 (executable)
@@ -1,3 +1,5 @@
 #! /bin/sh
 
-echo Hello there.  I am a test.
+. rsync.fns
+
+"$rsync" --version || exit 1
diff --git a/testsuite/rsync.fns b/testsuite/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 449cc2c..2b666e1 100755 (executable)
@@ -1,5 +1,9 @@
 #! /bin/sh
 
-# This file is sourced by the Samba build_farm scripts.  It contains a
-# list of tests to run.
+# Actually, rsync tests do too exist.  They're in this strangely-named
+# directory to support old installations of the build farm client
+# software.
 
+echo "$0 running" 
+
+TEST_ALL="rsync-version"