DEBSOURCES
Skip Quicknav
sources / sphinxbase / 0.8%2B5prealpha-3 / test / unit / test_alloc / test_ckd_alloc_abort.sh
1234567891011
#!/bin/sh . ../testfuncs.sh ulimit -c 0 if ./test_ckd_alloc_abort; then fail expected_failure else pass expected_failure fi