summaryrefslogtreecommitdiff
path: root/tests/common
diff options
context:
space:
mode:
Diffstat (limited to 'tests/common')
-rw-r--r--tests/common2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/common b/tests/common
index d965c12c..264424d3 100644
--- a/tests/common
+++ b/tests/common
@@ -62,6 +62,8 @@ run_mayfail()
echo "failed (ignored, ret=$ret): $@" >> $RESULTS
if [ $ret == 139 ]; then
_fail "mayfail: returned code 139 (SEGFAULT), not ignored"
+ elif [ $ret == 134 ]; then
+ _fail "mayfail: returned code 134 (SIGABRT), not ignored"
fi
return $ret
fi