Added the --info=FLAGS an --debug=FLAGS options, which allows
[rsync/rsync.git] / testsuite / 00-hello.test
... / ...
CommitLineData
1#! /bin/sh
2
3echo $0 running
4
5$RSYNC --version || test_fail '--version output failed'
6
7$RSYNC --info=help || test_fail '--info=help output failed'
8
9$RSYNC --debug=help || test_fail '--debug=help output failed'