Files
sphinxbase/test/unit/test_alloc/test_ckd_alloc_abort.sh
dhdfu aea52cc35d Don't be so picky about the precise error code, because, for whatever
reason (running under QEmu in Scratchbox is a popular one), it might
not actually be 134.


git-svn-id: svn+ssh://svn.code.sf.net/p/cmusphinx/code/trunk/sphinxbase@8375 94700074-3cef-4d97-a70e-9c8c206c02f5
2008-05-29 20:01:03 +00:00

12 lines
135 B
Bash
Executable File

#!/bin/sh
. ../testfuncs.sh
ulimit -c 0
if ./test_ckd_alloc_abort; then
fail expected_failure
else
pass expected_failure
fi