about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2018-05-11 19:20:16 +0000
committerEric Wong <e@80x24.org>2018-05-11 19:23:08 +0000
commit9814b8f8f9a2231004f4bf2760eea69cb28b9fcc (patch)
treee9c919cead8708fd17ef2043b9b279f4dd9a1bef /t
parent949572dc9d547b2eb5c7cb268551524a36ff28c3 (diff)
downloadpublic-inbox-9814b8f8f9a2231004f4bf2760eea69cb28b9fcc.tar.gz
Some users may not have any public-inboxes configured, especially in
tests.
Diffstat (limited to 't')
-rw-r--r--t/convert-compact.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/convert-compact.t b/t/convert-compact.t
index ced45415..e9232003 100644
--- a/t/convert-compact.t
+++ b/t/convert-compact.t
@@ -54,6 +54,7 @@ foreach (@xdir) {
 }
 
 local $ENV{PATH} = "blib/script:$ENV{PATH}";
+local $ENV{PI_CONFIG} = '/dev/null';
 open my $err, '>>', "$tmpdir/err.log" or die "open: err.log $!\n";
 open my $out, '>>', "$tmpdir/out.log" or die "open: out.log $!\n";
 my $rdr = { 1 => fileno($out), 2 => fileno($err) };