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
12 lines
135 B
Bash
Executable File
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
|
|
|