]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/cgi.t
rename most instances of "list" to "inbox"
[public-inbox.git] / t / cgi.t
diff --git a/t/cgi.t b/t/cgi.t
index fbdbfbf6a5407847776711d9e865ca653baf2348..9d2d87fefff6bc508646f8debe078e4909dad4f7 100644 (file)
--- 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
 }