diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-11-05 19:44:10 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-11-05 19:44:10 +0100 |
commit | 11b0020386754c984fd70d1b2c5725bbac5a72ab (patch) | |
tree | 042c6d80a5e6677c4d1b8612ebd0491db78009bf /test | |
parent | 3a9a6bfdf7767fbbd59a6b0cc9e6d606c9286057 (diff) |
Update mandoc test for feh-cam(1) and gen-cam-menu(1) removal
Diffstat (limited to 'test')
-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; |