about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-06-16 03:22:25 +0000
committerEric Wong <e@80x24.org>2019-06-16 03:45:30 +0000
commit3c076ce7bb6ac638c49dc2fd533d2193b2a8dad2 (patch)
tree8a7e8008fbf8201ec47451ccd2f50275ba5a526b
parent70ac66478d492a356e261a1d92a5ec4e784b1680 (diff)
downloadpublic-inbox-3c076ce7bb6ac638c49dc2fd533d2193b2a8dad2.tar.gz
-rw-r--r--t/replace.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/replace.t b/t/replace.t
index 6fae5511..b1ee15bf 100644
--- a/t/replace.t
+++ b/t/replace.t
@@ -184,7 +184,7 @@ test_replace(2, 'basic', $opt);
 test_replace(2, 'basic', $opt = { %$opt, post => *pad_msgs });
 test_replace(2, 'basic', $opt = { %$opt, rotate_bytes => 1 });
 
-SKIP: if ('test xapian') {
+SKIP: {
         require PublicInbox::Search;
         PublicInbox::Search::load_xapian() or skip 'Search::Xapian missing', 8;
         for my $l (qw(medium)) {