X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/951e826b75c4a4e6bc066e248d7489fb6eba6fde..554dc122f271fc361b963067fa3d80084fd7ca91:/testsuite/00-hello.test 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'