summaryrefslogtreecommitdiff
path: root/testsuite/00-hello.test
blob: ecb263489e4a87bc2073fffda856078d2262a136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/sh

test_fail() {
    echo "$@" >&2
    exit 1
}

echo $0 running

$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'