|
|
| version 1.1, 2012/02/17 15:09:30 | version 1.1.1.2, 2013/10/14 07:51:15 |
|---|---|
| Line 1 | Line 1 |
| #! /bin/sh | #! /bin/sh |
| test_fail() { | |
| echo "$@" >&2 | |
| exit 1 | |
| } | |
| echo $0 running | 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' |