summaryrefslogtreecommitdiff
path: root/tests/test-strerror.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-strerror.c')
-rw-r--r--tests/test-strerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-strerror.c b/tests/test-strerror.c
index 3074b5cd..0ab478ae 100644
--- a/tests/test-strerror.c
+++ b/tests/test-strerror.c
@@ -71,5 +71,5 @@ main (void)
ASSERT (*str);
ASSERT (errno == 0 || errno == EINVAL);
- return 0;
+ return test_exit_status;
}