From 7111c1f803d46ceb486b453bcbc0242c0c3efaba Mon Sep 17 00:00:00 2001
From: Daniel Friesel <derf@derf.homelinux.org>
Date: Tue, 8 Jun 2010 14:06:28 +0200
Subject: test/mandoc.t: Print note that a missing mandoc does NOT mean test
 failure

---
 test/mandoc.t | 1 +
 1 file changed, 1 insertion(+)

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);
 	}
 
-- 
cgit v1.2.3