]> Sergey Matveev's repositories - public-inbox.git/commitdiff
t/www_listing: reword grok-pull skip message
authorKyle Meyer <kyle@kyleam.com>
Sun, 21 Feb 2021 21:46:10 +0000 (16:46 -0500)
committerEric Wong <e@80x24.org>
Sun, 21 Feb 2021 22:16:07 +0000 (22:16 +0000)
Make it clear that this skip is because grok-pull isn't available at
all because the next commit will add another skip for older versions
of Grokmirror.

t/www_listing.t

index cdf2a1847a945225d5b34912bb385bc99a2ad670..bf35530f3494c0161597a60e50ca0a8c8ade57b0 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', 12);
+               skip('grok-pull not available', 12);
 
        ok(mkdir("$tmpdir/mirror"), 'prepare grok mirror dest');
        open $fh, '>', "$tmpdir/repos.conf" or die;