repo.or.cz
/
rsync.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Preparing for release of 3.1.0
[rsync.git]
/
testsuite
/
00-hello.test
blob
ecb263489e4a87bc2073fffda856078d2262a136
1
#! /bin/sh
2
3
test_fail
() {
4
echo
"$@"
>&
2
5
exit
1
6
}
7
8
echo
$0
running
9
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'