From e565edaa64c7a0e6d4dc9170c05f1f921fc0d670 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Tue, 26 Nov 2013 10:00:10 -0800 Subject: [PATCH] Adjust format for longer test names. --- libarchive/test/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.47.2