From aa9c2df9d9c824f6437152405c17f72839ce6899 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 16 Aug 2001 06:24:56 +0000 Subject: [PATCH] Updated directory name for rsync tests --- testsuite/rsync-hello.test | 4 +++- testsuite/rsync.fns | 3 +++ testsuite/runlist | 8 ++++++-- 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 testsuite/rsync.fns 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" -- 2.34.1