summaryrefslogtreecommitdiff
path: root/test/mandoc.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/mandoc.t')
-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);
}