]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/cgi.t
update copyrights for 2018
[public-inbox.git] / t / cgi.t
diff --git a/t/cgi.t b/t/cgi.t
index 092ad8c7ca05a4f38040bd2b35efb71fa2ebca3e..ef32a2845fee9f99a13d72c4ab093af17d48d1bc 100644 (file)
--- a/t/cgi.t
+++ b/t/cgi.t
@@ -1,5 +1,5 @@
-# Copyright (C) 2014-2015 all contributors <meta@public-inbox.org>
-# License: AGPLv3 or later (https://www.gnu.org/licenses/agpl-3.0.txt)
+# Copyright (C) 2014-2018 all contributors <meta@public-inbox.org>
+# License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 # FIXME: this test is too slow and most non-CGI-requirements
 # should be moved over to things which use test_psgi
 use strict;
@@ -148,7 +148,7 @@ EOF
        $im->add($reply);
        $im->done;
 
-       my $res = cgi_run("/test/slashy%2fasdf\@example.com/raw");
+       my $res = cgi_run("/test/slashy/asdf\@example.com/raw");
        like($res->{body}, qr/Message-Id: <\Q$slashy_mid\E>/,
                "slashy mid raw hit");