X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/951e826b75c4a4e6bc066e248d7489fb6eba6fde..73b9b90a0b548d1177d2bf004c800ae6d9926a1f:/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'