about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-05-08 19:52:36 +0000
committerEric Wong <e@80x24.org>2019-05-08 22:56:34 +0000
commit19640ba365dc2056b373920c172ff4a79872d5b6 (patch)
treed15d036f2dbcb6166711b9478852c7b36369cee6
parent3cf92b91c687ed1ffead57cbd0f2ce94ef8e36c6 (diff)
downloadpublic-inbox-19640ba365dc2056b373920c172ff4a79872d5b6.tar.gz
-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');