summaryrefslogtreecommitdiff
path: root/tests/test-realloc-gnu.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-realloc-gnu.c')
-rw-r--r--tests/test-realloc-gnu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-realloc-gnu.c b/tests/test-realloc-gnu.c
index 54832ee8..f36866ce 100644
--- a/tests/test-realloc-gnu.c
+++ b/tests/test-realloc-gnu.c
@@ -45,5 +45,5 @@ main (int argc, _GL_UNUSED char **argv)
}
free (p);
- return 0;
+ return test_exit_status;
}