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.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cgi.t b/t/cgi.t
index fbdbfbf6..9d2d87fe 100644
--- a/t/cgi.t
+++ b/t/cgi.t
@@ -141,7 +141,7 @@ EOF
         $idx->{body} = [ split(/\n/, $idx->{body}) ];
         $res->{body} = [ split(/\n/, $res->{body}) ];
         is_deeply($res, $idx,
-                '/$LISTNAME/ and /$LISTNAME/index.html are nearly identical');
+                '/$INBOX/ and /$INBOX/index.html are nearly identical');
         # more checks in t/feed.t
 }