From 60532400158b399f15b18630c40eb674abee23b4 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 21 Feb 2021 16:46:09 -0500 Subject: [PATCH] t/www_listing: correct the number of tests for grok-pull skip --- t/www_listing.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/www_listing.t b/t/www_listing.t index 63ef2eac..cdf2a184 100644 --- a/t/www_listing.t +++ b/t/www_listing.t @@ -121,7 +121,7 @@ SKIP: { tiny_test($json, $host, $port); my $grok_pull = which('grok-pull') or - skip('skipping grok-pull integration test', 2); + skip('skipping grok-pull integration test', 12); ok(mkdir("$tmpdir/mirror"), 'prepare grok mirror dest'); open $fh, '>', "$tmpdir/repos.conf" or die; -- 2.50.0