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
init version.
[bush.git]
/
tests.bak
/
run-dbg-support
blob
af64517daeb5851c3829f1657a53582c323c025b
1
2
TEST_NAME='dbg-support'
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 $?