user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH] t/v2reindex: avoid reading ~/.public-inbox/config in test
@ 2021-03-12  3:52 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2021-03-12  3:52 UTC (permalink / raw)
  To: meta

---
 t/v2reindex.t | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/t/v2reindex.t b/t/v2reindex.t
index 56540c8b..a931225c 100644
--- a/t/v2reindex.t
+++ b/t/v2reindex.t
@@ -544,7 +544,8 @@ $check_rethread->('3-headed-monster once');
 $check_rethread->('3-headed-monster twice');
 
 my $rdr = { 2 => \(my $err = '') };
-ok(run_script([qw(-index --reindex --xapian-only), $inboxdir], undef, $rdr),
+my $env = { PI_CONFIG => '/dev/null' };
+ok(run_script([qw(-index --reindex --xapian-only), $inboxdir], $env, $rdr),
 	'--xapian-only works');
 is($err, '', 'no errors from --xapian-only');
 

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

only message in thread, other threads:[~2021-03-12  3:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-12  3:52 [PATCH] t/v2reindex: avoid reading ~/.public-inbox/config in test 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).