about summary refs log tree commit homepage
path: root/t/cgi.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-04-18 22:18:17 +0000
committerEric Wong <e@80x24.org>2014-04-19 23:05:51 +0000
commit6dfb9311700d09fb019bee74d2b420c6cdea8b8f (patch)
tree0aab0183903135b85cd4e6caedfb599b23d0d970 /t/cgi.t
parent93310d10f0d74554f36537639b2abd9903da3620 (diff)
downloadpublic-inbox-6dfb9311700d09fb019bee74d2b420c6cdea8b8f.tar.gz
The emergency destination may be Maildir.  A Maildir emergency
destination is better for volatile data which is written to
and deleted-from frequently.
Diffstat (limited to 't/cgi.t')
-rw-r--r--t/cgi.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cgi.t b/t/cgi.t
index 3cf230c0..b992af31 100644
--- a/t/cgi.t
+++ b/t/cgi.t
@@ -40,7 +40,7 @@ my $cfgpfx = "publicinbox.test";
 }
 
 my $failbox = "$home/fail.mbox";
-local $ENV{PI_FAILBOX} = $failbox;
+local $ENV{PI_EMERGENCY} = $failbox;
 {
         local $ENV{HOME} = $home;
         local $ENV{RECIPIENT} = $addr;