From: Martin Pool Date: Tue, 21 Aug 2001 13:00:55 +0000 (+0000) Subject: More test suite stuff X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/d820215b3547e4c2303a34cdb0f6e2234476e92e More test suite stuff --- diff --git a/testsuite/config.sh.in b/testsuite/config.sh.in new file mode 100755 index 00000000..9e5dd557 --- /dev/null +++ b/testsuite/config.sh.in @@ -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 index 00000000..0cce3108 --- /dev/null +++ b/testsuite/rsync.fns @@ -0,0 +1,5 @@ +#! /bin/sh + +# Copyright (C) 2001 by Martin Pool + +# General-purpose test functions for rsync.