]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/cgi.t
mda: rename PI_FAILBOX to PI_EMERGENCY
[public-inbox.git] / t / cgi.t
diff --git a/t/cgi.t b/t/cgi.t
index 611fb60423060ef46b4aa8c16ebdcb7646cb3bd5..b992af311e4fefedd098ffbb5c2af10bda7a226e 100644 (file)
--- 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;
@@ -121,8 +121,9 @@ EOF
        like($res->{head}, qr/Status: 200 OK/, "index returns 200");
 
        my $idx = cgi_run("/test/index.html");
+       $idx->{body} =~ s!/index.html(\?r=)!/$1!; # dirty...
        is_deeply($res, $idx,
-               '/$LISTNAME/ and /$LISTNAME/index.html are identical');
+               '/$LISTNAME/ and /$LISTNAME/index.html are nearly identical');
        # more checks in t/feed.t
 }