improve of cmpl.
[bush.git] / tests / run-dbg-support2
blob375c32f9ebd3af72e10d9c35eec2e2c40be82f33
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
8 # Return code tells testing mechanism whether passed or not.
9 exit $?