]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/cgi.t
www: do not unescape PATH_INFO twice
[public-inbox.git] / t / cgi.t
diff --git a/t/cgi.t b/t/cgi.t
index 092ad8c7ca05a4f38040bd2b35efb71fa2ebca3e..77409660d96d279305520eebfad083b74288e959 100644 (file)
--- a/t/cgi.t
+++ b/t/cgi.t
@@ -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");