init version.
[bush.git] / tests.bak / run-dbg-support
blobaf64517daeb5851c3829f1657a53582c323c025b
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
8 # Return code tells testing mechanism whether passed or not.
9 exit $?