diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-11-05 19:56:59 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-11-05 19:56:59 +0100 |
commit | 99e49348d597f8a369bdb73e703170782db34a87 (patch) | |
tree | 3b5d2b6929cab65eff311ac578fb45bb4ddc1517 /test | |
parent | 7b873e26ed203365e9d96760b0ad5a3605574550 (diff) |
Really update mandoc.t for feh-cam and gen-cam-menu 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 b05e512..9e7ffc3 100755 --- a/test/mandoc.t +++ b/test/mandoc.t @@ -17,7 +17,7 @@ SKIP: { if ( not $mandoc_present ) { diag('mandoc not installed, test skipped. This is NOT fatal.'); - skip( 'mandoc not installed', 3 ); + skip( 'mandoc not installed', 1 ); } for my $file ('feh') { |