about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-02-21 16:46:10 -0500
committerEric Wong <e@80x24.org>2021-02-21 22:16:07 +0000
commitdab15b41723dd4b00ea3cc90bb7aac943053dcdc (patch)
treef8d5870266fef239554adb0cb7827731068d1ff8
parent60532400158b399f15b18630c40eb674abee23b4 (diff)
downloadpublic-inbox-dab15b41723dd4b00ea3cc90bb7aac943053dcdc.tar.gz
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.
-rw-r--r--t/www_listing.t2
1 files changed, 1 insertions, 1 deletions
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;