aboutsummaryrefslogtreecommitdiff
path: root/time/tst-strptime3.c
diff options
context:
space:
mode:
Diffstat (limited to 'time/tst-strptime3.c')
-rw-r--r--time/tst-strptime3.c5
1 files changed, 1 insertions, 4 deletions
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 ()