summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-06-08 14:06:28 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-06-08 14:06:28 +0200
commit7111c1f803d46ceb486b453bcbc0242c0c3efaba (patch)
tree3d974a4bedd987e3eb72561a05993a1206e8494e
parent5153780ac2d83cd46113ca1bfd1f7182e748f18e (diff)
test/mandoc.t: Print note that a missing mandoc does NOT mean test failure
-rwxr-xr-xtest/mandoc.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mandoc.t b/test/mandoc.t
index b0882ab..d664289 100755
--- a/test/mandoc.t
+++ b/test/mandoc.t
@@ -9,6 +9,7 @@ SKIP: {
qx{mandoc -V};
if ($? != 0) {
+ diag('mandoc not installed, test skipped. This is NOT fatal.');
skip('mandoc not installed', 3);
}