From 40ec33b604a9bd03688d9409523bc1cc1ad9ffeb Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 16 Aug 2001 07:08:26 +0000 Subject: [PATCH] Gave directory its proper name --- 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 | 9 --------- 4 files changed, 20 deletions(-) delete mode 100644 tests-dont-exist/oh-yes-they-do delete mode 100644 tests-dont-exist/rsync-hello.test delete mode 100644 tests-dont-exist/rsync.fns delete mode 100755 tests-dont-exist/runlist diff --git a/tests-dont-exist/oh-yes-they-do b/tests-dont-exist/oh-yes-they-do deleted file mode 100644 index 091c20ea..00000000 --- a/tests-dont-exist/oh-yes-they-do +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 70f016dd..00000000 --- a/tests-dont-exist/rsync-hello.test +++ /dev/null @@ -1,5 +0,0 @@ -#! /bin/sh - -. rsync.fns - -"$rsync" --version diff --git a/tests-dont-exist/rsync.fns b/tests-dont-exist/rsync.fns deleted file mode 100644 index b03f08fe..00000000 --- a/tests-dont-exist/rsync.fns +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/sh - -rsync="$prefix/bin/$sync" \ No newline at end of file diff --git a/tests-dont-exist/runlist b/tests-dont-exist/runlist deleted file mode 100755 index 2b666e19..00000000 --- a/tests-dont-exist/runlist +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/sh - -# 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