aboutsummaryrefslogtreecommitdiff
path: root/posix/wordexp-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/wordexp-test.c')
-rw-r--r--posix/wordexp-test.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/posix/wordexp-test.c b/posix/wordexp-test.c
index 81f93a1577..82af1666a2 100644
--- a/posix/wordexp-test.c
+++ b/posix/wordexp-test.c
@@ -205,9 +205,6 @@ main (int argc, char *argv[])
{
struct test_case_struct ts;
- printf ("Test %d (~root): ", ++tests);
- fflush (stdout);
-
ts.retval = 0;
ts.env = NULL;
ts.words = "~root";
@@ -217,12 +214,7 @@ main (int argc, char *argv[])
ts.ifs = IFS;
if (testit (&ts))
- {
- printf ("FAILED\n");
- ++fail;
- }
- else
- printf ("OK\n");
+ ++fail;
}
puts ("tests completed, now cleaning up");