diff options
Diffstat (limited to 'tests/test-stat-time.c')
-rw-r--r-- | tests/test-stat-time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-stat-time.c b/tests/test-stat-time.c index f28b6c46..c30b2256 100644 --- a/tests/test-stat-time.c +++ b/tests/test-stat-time.c @@ -244,5 +244,5 @@ main (void) test_birthtime (statinfo, modtimes, birthtimes); cleanup (0); - return 0; + return test_exit_status; } |