repo.or.cz
/
bush.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
improve of cmpl.
[bush.git]
/
tests
/
run-dbg-support2
blob
375c32f9ebd3af72e10d9c35eec2e2c40be82f33
1
2
TEST_NAME='dbg-support2'
3
TEST_FILE="/tmp/${TEST_NAME}.check"
4
${THIS_SH} ./${TEST_NAME}.tests > $TEST_FILE 2>&1 < /dev/null
5
set -f
6
diff $TEST_FILE ${TEST_NAME}.right && rm -f $TEST_FILE
7
8
# Return code tells testing mechanism whether passed or not.
9
exit $?