summaryrefslogtreecommitdiff
path: root/test/mandoc.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/mandoc.t')
-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" );
}