Adding upstream version 5.2.37.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
cf91100bce
commit
fa1b3d3922
1435 changed files with 757174 additions and 0 deletions
9
tests/run-dbg-support2
Normal file
9
tests/run-dbg-support2
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
TEST_NAME='dbg-support2'
|
||||
TEST_FILE="/tmp/${TEST_NAME}.check"
|
||||
${THIS_SH} ./${TEST_NAME}.tests > $TEST_FILE 2>&1 < /dev/null
|
||||
set -f
|
||||
diff $TEST_FILE ${TEST_NAME}.right && rm -f $TEST_FILE
|
||||
|
||||
# Return code tells testing mechanism whether passed or not.
|
||||
exit $?
|
Loading…
Add table
Add a link
Reference in a new issue