From b13bbbfb3b8306119d86df95c147df62b4f51efe Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 4 Nov 2018 16:06:20 +0100 Subject: Remove feh-cam and gen-cam-menu --- test/mandoc.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/mandoc.t') 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" ); } -- cgit v1.2.3 From 11b0020386754c984fd70d1b2c5725bbac5a72ab Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 5 Nov 2018 19:44:10 +0100 Subject: Update mandoc test for feh-cam(1) and gen-cam-menu(1) removal --- test/mandoc.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/mandoc.t') 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; -- cgit v1.2.3 From 99e49348d597f8a369bdb73e703170782db34a87 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 5 Nov 2018 19:56:59 +0100 Subject: Really update mandoc.t for feh-cam and gen-cam-menu removal --- test/mandoc.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/mandoc.t') 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') { -- cgit v1.2.3