From 5df56c7e3a236b39b3395e042015b541172f652b Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Fri, 6 Mar 2015 12:01:52 +0100 Subject: time: ensure failing strptime() tests are reported correctly --- time/tst-strptime2.c | 5 +---- time/tst-strptime3.c | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'time') diff --git a/time/tst-strptime2.c b/time/tst-strptime2.c index bcd6cc8..a08e6d7 100644 --- a/time/tst-strptime2.c +++ b/time/tst-strptime2.c @@ -52,10 +52,7 @@ do_test (void) } } - if (result == 0) - puts ("all OK"); - - return 0; + return result; } #define TEST_FUNCTION do_test () diff --git a/time/tst-strptime3.c b/time/tst-strptime3.c index 75b57c1..d53f51e 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 () -- cgit v1.1