From d820215b3547e4c2303a34cdb0f6e2234476e92e Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 21 Aug 2001 13:00:55 +0000 Subject: [PATCH] More test suite stuff --- testsuite/config.sh.in | 12 ++++++++++++ testsuite/rsync.fns | 5 +++++ 2 files changed, 17 insertions(+) create mode 100755 testsuite/config.sh.in create mode 100644 testsuite/rsync.fns 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. -- 2.34.1