summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-11-04 16:06:20 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-11-04 16:06:20 +0100
commitb13bbbfb3b8306119d86df95c147df62b4f51efe (patch)
treef081390751da78e55fb1eee3309d6eedbcb8c51c /test
parentebb130d978df17b42935fed570294df45622dea2 (diff)
Remove feh-cam and gen-cam-menu
Diffstat (limited to 'test')
-rwxr-xr-xtest/mandoc.t2
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" );
}