More test suite stuff
authorMartin Pool <mbp@samba.org>
Tue, 21 Aug 2001 13:00:55 +0000 (13:00 +0000)
committerMartin Pool <mbp@samba.org>
Tue, 21 Aug 2001 13:00:55 +0000 (13:00 +0000)
testsuite/config.sh.in [new file with mode: 0755]
testsuite/rsync.fns [new file with mode: 0644]

diff --git a/testsuite/config.sh.in b/testsuite/config.sh.in
new file mode 100755 (executable)
index 0000000..9e5dd55
--- /dev/null
@@ -0,0 +1,12 @@
+#! /bin/sh
+
+# config.sh.in 
+
+# This file is processed by config.status to produce config.status,
+# containing autoconf-determined values needed by the test scripts.
+
+ECHO_T="@ECHO_T@"
+ECHO_N="@ECHO_N@"
+ECHO_C="@ECHO_C@"
+
+export ECHO_T ECHO_N ECHO_C
diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns
new file mode 100644 (file)
index 0000000..0cce310
--- /dev/null
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+# Copyright (C) 2001 by Martin Pool <mbp@samba.org>
+
+# General-purpose test functions for rsync.