Gave directory its proper name
authorMartin Pool <mbp@samba.org>
Thu, 16 Aug 2001 07:08:26 +0000 (07:08 +0000)
committerMartin Pool <mbp@samba.org>
Thu, 16 Aug 2001 07:08:26 +0000 (07:08 +0000)
tests-dont-exist/oh-yes-they-do [deleted file]
tests-dont-exist/rsync-hello.test [deleted file]
tests-dont-exist/rsync.fns [deleted file]
tests-dont-exist/runlist [deleted file]

diff --git a/tests-dont-exist/oh-yes-they-do b/tests-dont-exist/oh-yes-they-do
deleted file mode 100644 (file)
index 091c20e..0000000
+++ /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 (file)
index 70f016d..0000000
+++ /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 (file)
index b03f08f..0000000
+++ /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 (executable)
index 2b666e1..0000000
+++ /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"