aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2013-12-13 10:51:04 +0100
committerAndreas Schneider <asn@cryptomilk.org>2013-12-13 10:55:40 +0100
commit443bc01435f83d02e8a08e6c2ab10851b1b27652 (patch)
tree3c23d1d78e10d34c24c7f7c33750ab40dd4a4ad2 /example
parent0e7737eded192cfb98f475c896cea92fe20d62b5 (diff)
downloadcmocka-443bc01435f83d02e8a08e6c2ab10851b1b27652.tar.gz
cmocka-443bc01435f83d02e8a08e6c2ab10851b1b27652.tar.xz
cmocka-443bc01435f83d02e8a08e6c2ab10851b1b27652.zip
example: Fix exception handler test on Solaris.
Diffstat (limited to 'example')
-rw-r--r--example/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt
index d490b13..2f52cf2 100644
--- a/example/CMakeLists.txt
+++ b/example/CMakeLists.txt
@@ -29,7 +29,7 @@ set_tests_properties(
segfault_test
PROPERTIES
PASS_REGULAR_EXPRESSION
- "Test failed with exception: (Segmentation fault|11)"
+ "Test failed with exception: (Segmentation fault|Segmentation Fault|11)"
)
add_executable(calculator_test calculator.c calculator_test.c)