From: Martin Pool Date: Thu, 16 Aug 2001 07:08:26 +0000 (+0000) Subject: Gave directory its proper name X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/40ec33b604a9bd03688d9409523bc1cc1ad9ffeb?ds=inline Gave directory its proper name --- 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"