summaryrefslogtreecommitdiff
path: root/tests/test-stdio.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-stdio.c')
-rw-r--r--tests/test-stdio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-stdio.c b/tests/test-stdio.c
index 49969520..b64948c9 100644
--- a/tests/test-stdio.c
+++ b/tests/test-stdio.c
@@ -36,6 +36,7 @@ off_t t2;
size_t t3;
ssize_t t4;
va_list t5;
+off64_t t6;
#include <string.h>
@@ -89,5 +90,5 @@ main (void)
}
#endif
- return 0;
+ return test_exit_status;
}