about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--t/purge.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/purge.t b/t/purge.t
index 94060055..b518c26f 100644
--- a/t/purge.t
+++ b/t/purge.t
@@ -9,7 +9,7 @@ require_git(2.6);
 my @mods = qw(IPC::Run DBI DBD::SQLite Search::Xapian);
 foreach my $mod (@mods) {
         eval "require $mod";
-        plan skip_all => "missing $_ for t/purge.t" if $@;
+        plan skip_all => "missing $mod for t/purge.t" if $@;
 };
 use Cwd qw(abs_path);
 my $purge = abs_path('blib/script/public-inbox-purge');