diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-11-04 16:06:20 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-11-04 16:06:20 +0100 |
commit | b13bbbfb3b8306119d86df95c147df62b4f51efe (patch) | |
tree | f081390751da78e55fb1eee3309d6eedbcb8c51c /test | |
parent | ebb130d978df17b42935fed570294df45622dea2 (diff) |
Remove feh-cam and gen-cam-menu
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 638c5e9..48b8443 100755 --- a/test/mandoc.t +++ b/test/mandoc.t @@ -20,7 +20,7 @@ SKIP: { skip( 'mandoc not installed', 3 ); } - for my $file ( 'feh', 'feh-cam', 'gen-cam-menu' ) { + for my $file ('feh') { qx{mandoc -Tlint -Werror man/${file}.1}; is( $?, 0, "${file}.1: Valid mdoc syntax" ); } |