From 793da75fbcb5a2c546b3d582f39761fff3d8292d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 3 Sep 2015 01:57:12 +0000 Subject: ExtMsg: 300 to external mailing list archives Since cross-posting is inevitable, we shall link to external message archives for interopability. --- t/cgi.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 't/cgi.t') diff --git a/t/cgi.t b/t/cgi.t index a6600c20..b0af8ae1 100644 --- a/t/cgi.t +++ b/t/cgi.t @@ -160,19 +160,19 @@ EOF like($res->{body}, qr/Message-Id: /, "mid raw hit"); $res = cgi_run("/test/blahblah\@example.con/raw"); - like($res->{head}, qr/Status: 404 Not Found/, "mid raw miss"); + like($res->{head}, qr/Status: 300 Multiple Choices/, "mid raw miss"); $res = cgi_run("/test/blahblah\@example.com/"); like($res->{body}, qr/\A/, "mid html hit"); like($res->{head}, qr/Status: 200 OK/, "200 response"); $res = cgi_run("/test/blahblah\@example.con/"); - like($res->{head}, qr/Status: 404 Not Found/, "mid html miss"); + like($res->{head}, qr/Status: 300 Multiple Choices/, "mid html miss"); $res = cgi_run("/test/blahblah\@example.com/f/"); like($res->{body}, qr/\A/, "mid html"); like($res->{head}, qr/Status: 200 OK/, "200 response"); $res = cgi_run("/test/blahblah\@example.con/f/"); - like($res->{head}, qr/Status: 404 Not Found/, "mid html miss"); + like($res->{head}, qr/Status: 300 Multiple Choices/, "mid html miss"); $res = cgi_run("/test/"); like($res->{body}, qr/slashy%2Fasdf%40example\.com/, -- cgit v1.2.3-24-ge0c7