Allow $RSYNC_TEST_TMP to indicate a good tmp dir for our tests.
[rsync/rsync.git] / testsuite / 00-hello.test
CommitLineData
c77cf822
MP
1#! /bin/sh
2
f35798a5
WD
3test_fail() {
4 echo "$@" >&2
5 exit 1
6}
7
4df7868d
MP
8echo $0 running
9
951e826b
WD
10$RSYNC --version || test_fail '--version output failed'
11
12$RSYNC --info=help || test_fail '--info=help output failed'
13
14$RSYNC --debug=help || test_fail '--debug=help output failed'