Return to 00-hello.test CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / rsync / testsuite |
1.1 misho 1: #! /bin/sh 2: 1.1.1.2 ! misho 3: test_fail() { ! 4: echo "$@" >&2 ! 5: exit 1 ! 6: } ! 7: 1.1 misho 8: echo $0 running 9: 1.1.1.2 ! misho 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'