diff options
-rwxr-xr-x | test/mandoc.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mandoc.t b/test/mandoc.t index 48b8443..b05e512 100755 --- a/test/mandoc.t +++ b/test/mandoc.t @@ -3,7 +3,7 @@ use strict; use warnings; use 5.010; -use Test::More tests => 3; +use Test::More tests => 1; SKIP: { my $mandoc_present = 0; |