user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH] t/replace.t: fix SKIP label for testing w/o Xapian
@ 2019-06-16  3:22 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2019-06-16  3:22 UTC (permalink / raw)
  To: meta

---
 t/replace.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/replace.t b/t/replace.t
index 6fae551..b1ee15b 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)) {
-- 
EW


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-16  3:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-16  3:22 [PATCH] t/replace.t: fix SKIP label for testing w/o Xapian Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).