From: Kyle Meyer Date: Sun, 21 Feb 2021 21:46:09 +0000 (-0500) Subject: t/www_listing: correct the number of tests for grok-pull skip X-Git-Tag: v1.7.0~1091 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=60532400158b399f15b18630c40eb674abee23b4;p=public-inbox.git t/www_listing: correct the number of tests for grok-pull skip --- 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;