File size: 159 Bytes
37a92a9 | 1 2 3 4 5 6 7 8 9 10 11 12 | #!/bin/bash
. ${CMAKE_BINARY_DIR}/test/testfuncs.sh
ulimit -c 0
if ./test_ckd_alloc_abort; then
fail expected_failure
else
pass expected_failure
fi
|
37a92a9 | 1 2 3 4 5 6 7 8 9 10 11 12 | #!/bin/bash
. ${CMAKE_BINARY_DIR}/test/testfuncs.sh
ulimit -c 0
if ./test_ckd_alloc_abort; then
fail expected_failure
else
pass expected_failure
fi
|