about summary refs log tree commit homepage
path: root/t/cgi.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-05-14 03:02:42 +0000
committerEric Wong <e@80x24.org>2016-05-14 03:02:42 +0000
commitf850effe0baef8a37ad2eef3ef581b79539cc304 (patch)
treea48cd68e39795771c280b2cf8ecdf8e1595a0264 /t/cgi.t
parent9bfe40e7a4ace33fe3bd31e8589703fa5ef53d2a (diff)
downloadpublic-inbox-f850effe0baef8a37ad2eef3ef581b79539cc304.tar.gz
A public-inbox is NOT necessarily a mailing list, but it
could serve as an input point for zero, one, or infinite
mailing lists :D
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
 }