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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/www_listing.t b/t/www_listing.t
index cdf2a1847a945225..bf35530f3494c016 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;
--
2.30.1