From: Martin Pool Date: Thu, 16 Aug 2001 06:24:56 +0000 (+0000) Subject: Updated directory name for rsync tests X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/aa9c2df9d9c824f6437152405c17f72839ce6899 Updated directory name for rsync tests --- diff --git a/testsuite/rsync-hello.test b/testsuite/rsync-hello.test index 8924449f..86527247 100755 --- a/testsuite/rsync-hello.test +++ b/testsuite/rsync-hello.test @@ -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 index 00000000..b03f08fe --- /dev/null +++ b/testsuite/rsync.fns @@ -0,0 +1,3 @@ +#! /bin/sh + +rsync="$prefix/bin/$sync" \ No newline at end of file diff --git a/testsuite/runlist b/testsuite/runlist index 449cc2c6..2b666e19 100755 --- a/testsuite/runlist +++ b/testsuite/runlist @@ -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"