Added the --info=FLAGS an --debug=FLAGS options, which allows
[rsync/rsync.git] / testsuite / 00-hello.test
CommitLineData
c77cf822
MP
1#! /bin/sh
2
4df7868d
MP
3echo $0 running
4
951e826b
WD
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'