From ae9954b61a7d87864e00a05809ec94bf68deb345 Mon Sep 17 00:00:00 2001 From: Chris Fields Date: Mon, 11 Sep 2017 13:28:30 -0500 Subject: [PATCH] fix pass-thru test count (off by one) --- t/EMBOSS.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/EMBOSS.t b/t/EMBOSS.t index 39905f8..27f05e1 100644 --- a/t/EMBOSS.t +++ b/t/EMBOSS.t @@ -37,7 +37,7 @@ SKIP: { $factory->verbose($verbose); - skip( 'EMBOSS not installed', 27 ) if ! $compseqapp; + skip( 'EMBOSS not installed', 26 ) if ! $compseqapp; my $version = $factory->version; -- 2.11.4.GIT