diff options
| author | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-08 14:06:28 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-08 14:06:28 +0200 | 
| commit | 7111c1f803d46ceb486b453bcbc0242c0c3efaba (patch) | |
| tree | 3d974a4bedd987e3eb72561a05993a1206e8494e /test | |
| parent | 5153780ac2d83cd46113ca1bfd1f7182e748f18e (diff) | |
test/mandoc.t: Print note that a missing mandoc does NOT mean test failure
Diffstat (limited to 'test')
| -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);  	} | 
