From: Tim Kientzle Date: Thu, 15 Jan 2009 05:19:18 +0000 (-0500) Subject: Rephrase the error summary slightly. We don't really know X-Git-Tag: v2.7.0~437 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed6212fcd4d96d5293efd2226c01b1951c09f37d;p=thirdparty%2Flibarchive.git Rephrase the error summary slightly. We don't really know how many assertions were skipped. SVN-Revision: 420 --- diff --git a/libarchive/test/main.c b/libarchive/test/main.c index ffd2e8052..b75232f97 100644 --- a/libarchive/test/main.c +++ b/libarchive/test/main.c @@ -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);