Commit 7111c1f8 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

test/mandoc.t: Print note that a missing mandoc does NOT mean test failure

parent 5153780a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
	}