]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Rephrase the error summary slightly. We don't really know
authorTim Kientzle <kientzle@gmail.com>
Thu, 15 Jan 2009 05:19:18 +0000 (00:19 -0500)
committerTim Kientzle <kientzle@gmail.com>
Thu, 15 Jan 2009 05:19:18 +0000 (00:19 -0500)
how many assertions were skipped.

SVN-Revision: 420

libarchive/test/main.c

index ffd2e8052a6f9c539c6174255a6ed4cff85741d5..b75232f9741d8c8a5ae6485c7d0bb4dd428abe9e 100644 (file)
@@ -1138,7 +1138,7 @@ int main(int argc, char **argv)
                    tests_failed, tests_run);
                printf(" Total of %d assertions checked.\n", assertions);
                printf(" Total of %d assertions failed.\n", failures);
-               printf(" Total of %d assertions skipped.\n", skips);
+               printf(" Total of %d reported skips.\n", skips);
        }
 
        free(refdir_alloc);