X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d8d13893489ba8245d2ff1e67fbb5c46dd047ef6..951e826b75c4a4e6bc066e248d7489fb6eba6fde:/testsuite/00-hello.test diff --git a/testsuite/00-hello.test b/testsuite/00-hello.test index d7774bb0..d4a84752 100644 --- a/testsuite/00-hello.test +++ b/testsuite/00-hello.test @@ -2,4 +2,8 @@ echo $0 running -$RSYNC --version || exit 1 +$RSYNC --version || test_fail '--version output failed' + +$RSYNC --info=help || test_fail '--info=help output failed' + +$RSYNC --debug=help || test_fail '--debug=help output failed'