]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/run-dbg-support
Bash-5.2-rc4 release
[thirdparty/bash.git] / tests / run-dbg-support
CommitLineData
b80f6443
JA
1
2TEST_NAME='dbg-support'
3TEST_FILE="/tmp/${TEST_NAME}.check"
4${THIS_SH} ./${TEST_NAME}.tests > $TEST_FILE 2>&1 < /dev/null
5set -f
6diff $TEST_FILE ${TEST_NAME}.right && rm -f $TEST_FILE
7
8# Return code tells testing mechanism whether passed or not.
9exit $?