]> Sergey Matveev's repositories - public-inbox.git/commitdiff
t/www_listing: correct the number of tests for grok-pull skip
authorKyle Meyer <kyle@kyleam.com>
Sun, 21 Feb 2021 21:46:09 +0000 (16:46 -0500)
committerEric Wong <e@80x24.org>
Sun, 21 Feb 2021 22:16:06 +0000 (22:16 +0000)
t/www_listing.t

index 63ef2eacfd407d510088a6532bc72b34177d5533..cdf2a1847a945225d5b34912bb385bc99a2ad670 100644 (file)
@@ -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;