summaryrefslogtreecommitdiff
path: root/tests/test-strstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-strstr.c')
-rw-r--r--tests/test-strstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-strstr.c b/tests/test-strstr.c
index 5822a2e6..9ae6cba9 100644
--- a/tests/test-strstr.c
+++ b/tests/test-strstr.c
@@ -305,5 +305,5 @@ main (int argc, char *argv[])
free (haystack);
}
- return 0;
+ return test_exit_status;
}