From: Tim Kientzle Date: Tue, 26 Nov 2013 18:00:10 +0000 (-0800) Subject: Adjust format for longer test names. X-Git-Tag: v3.1.900a~327^2~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e565edaa64c7a0e6d4dc9170c05f1f921fc0d670;p=thirdparty%2Flibarchive.git Adjust format for longer test names. --- diff --git a/libarchive/test/main.c b/libarchive/test/main.c index 20c5f8f20..a8bbef0c7 100644 --- a/libarchive/test/main.c +++ b/libarchive/test/main.c @@ -2305,7 +2305,7 @@ test_run(int i, const char *tmpdir) case VERBOSITY_SUMMARY_ONLY: /* No per-test reports at all */ break; case VERBOSITY_PASSFAIL: /* rest of line will include ok/FAIL marker */ - printf("%3d: %-50s", i, tests[i].name); + printf("%3d: %-64s", i, tests[i].name); fflush(stdout); break; default: /* Title of test, details will follow */