summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2009-03-06 05:07:03 +0000
committerkientzle <kientzle@FreeBSD.org>2009-03-06 05:07:03 +0000
commit447bbc160830e14c9ffb39565e674a9059c7c974 (patch)
treeb97942c57e585f88e193301139139d8d5bc346b8 /lib
parent1f629263d5cce063ef4f8458a107909f4b44fac7 (diff)
downloadFreeBSD-src-447bbc160830e14c9ffb39565e674a9059c7c974.zip
FreeBSD-src-447bbc160830e14c9ffb39565e674a9059c7c974.tar.gz
Merge r420,r494 from libarchive.googlecode.com: Prettify the test
harness a bit: remove a dead comment, tweak the wording of the summary report.
Diffstat (limited to 'lib')
-rw-r--r--lib/libarchive/test/main.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libarchive/test/main.c b/lib/libarchive/test/main.c
index 16d4bee..ecffec0 100644
--- a/lib/libarchive/test/main.c
+++ b/lib/libarchive/test/main.c
@@ -913,10 +913,6 @@ get_refdir(void)
}
#if defined(_WIN32) && defined(_DEBUG)
- /* You should have to add "$(TargetDir)" to
- * Properties > Configuration Properties > Debugging > Working Directory,
- * if you are running libarchive_test.exe on Visual Studio.
- */
DebugBreak();
#endif
printf("Unable to locate known reference file %s\n", KNOWNREF);
@@ -1117,7 +1113,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);
OpenPOWER on IntegriCloud