From: Kyle Meyer Date: Sun, 21 Feb 2021 21:46:10 +0000 (-0500) Subject: t/www_listing: reword grok-pull skip message X-Git-Tag: v1.7.0~1090 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=dab15b41723dd4b00ea3cc90bb7aac943053dcdc;p=public-inbox.git t/www_listing: reword grok-pull skip message 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. --- diff --git a/t/www_listing.t b/t/www_listing.t index cdf2a184..bf35530f 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', 12); + skip('grok-pull not available', 12); ok(mkdir("$tmpdir/mirror"), 'prepare grok mirror dest'); open $fh, '>', "$tmpdir/repos.conf" or die;