File size: 159 Bytes
b36cc6a
 
 
 
 
 
 
 
 
 
 
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