about summary refs log tree commit homepage
path: root/t/cgi.t
diff options
context:
space:
mode:
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
 }