diff options
Diffstat (limited to 'posix/runptests.c')
-rw-r--r-- | posix/runptests.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/posix/runptests.c b/posix/runptests.c index 9ce395be4f..4d43180e41 100644 --- a/posix/runptests.c +++ b/posix/runptests.c @@ -119,8 +119,5 @@ main (int argc, char *argv[]) printf ("\n%Zu tests, %d errors\n", cnt, errors); - /* We should return here the error status but since some tests are known - to fail this would only cause the libc testsuite to fail. */ - //return errors != 0; - return 0; + return errors != 0; } |