]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Adjust format for longer test names.
authorTim Kientzle <kientzle@acm.org>
Tue, 26 Nov 2013 18:00:10 +0000 (10:00 -0800)
committerTim Kientzle <kientzle@acm.org>
Tue, 26 Nov 2013 18:00:10 +0000 (10:00 -0800)
libarchive/test/main.c

index 20c5f8f20b70e9127e199cbcc44f929775d10aa1..a8bbef0c70097b2fcacfad9fe5a8dc7bbc37e647 100644 (file)
@@ -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 */