diff options
Diffstat (limited to 'time/tst-strptime3.c')
-rw-r--r-- | time/tst-strptime3.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/time/tst-strptime3.c b/time/tst-strptime3.c index 75b57c1928..d53f51ee22 100644 --- a/time/tst-strptime3.c +++ b/time/tst-strptime3.c @@ -48,10 +48,7 @@ do_test (void) result = 1; } - if (result == 0) - puts ("all OK"); - - return 0; + return result; } #define TEST_FUNCTION do_test () |