aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/00-hello.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/00-hello.test b/testsuite/00-hello.test
index d4a84752..ecb26348 100644
--- a/testsuite/00-hello.test
+++ b/testsuite/00-hello.test
@@ -1,5 +1,10 @@
#! /bin/sh
+test_fail() {
+ echo "$@" >&2
+ exit 1
+}
+
echo $0 running
$RSYNC --version || test_fail '--version output failed'