diff options
Diffstat (limited to 'test/mandoc.t')
-rwxr-xr-x | test/mandoc.t | 1 |
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); } |