about summary refs log tree commit homepage
path: root/t/cgi.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2014-04-19 10:37:28 +0000
committerEric Wong <e@80x24.org>2014-04-19 10:37:28 +0000
commit93310d10f0d74554f36537639b2abd9903da3620 (patch)
treea0471ec4353d4fa0b64cfe7761042af6c3ae81b3 /t/cgi.t
parent24edcaa76e03ddfba58bf0074d89e693de6eddb4 (diff)
downloadpublic-inbox-93310d10f0d74554f36537639b2abd9903da3620.tar.gz
This allows WWW readers to slowly page through the entire history
of the mailing list.
Diffstat (limited to 't/cgi.t')
-rw-r--r--t/cgi.t3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/cgi.t b/t/cgi.t
index 611fb604..3cf230c0 100644
--- a/t/cgi.t
+++ b/t/cgi.t
@@ -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
 }