summaryrefslogtreecommitdiff
path: root/tests/test-raise.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-raise.c')
-rw-r--r--tests/test-raise.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-raise.c b/tests/test-raise.c
index 39ffdc30..35e5abac 100644
--- a/tests/test-raise.c
+++ b/tests/test-raise.c
@@ -32,7 +32,7 @@ SIGNATURE_CHECK (raise, int, (int));
static _Noreturn void
handler (_GL_UNUSED int sig)
{
- _exit (0);
+ _exit (test_exit_status);
}
int