diff --git a/test/lib/harness.c b/test/lib/harness.c index e80efbf05..e98c7d64a 100644 --- a/test/lib/harness.c +++ b/test/lib/harness.c @@ -310,7 +310,7 @@ static void run(int i, char *f) { char buf[128]; snprintf(buf, 128, "%s ...", f); buf[127] = 0; - printf("Running %-50s ", buf); + printf("Running %-60s ", buf); fflush(stdout); char outpath[512]; sprintf(outpath, "results/%s.txt", f);