]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/psgi_bad_mids.t
www: drop --subject from "git send-email" instructions
[public-inbox.git] / t / psgi_bad_mids.t
index f92e4f97bf98196378286716596e88a5f0086284..8e531b5414ef8aa1fc75142a1f2c3e5ba09b2665 100644 (file)
@@ -53,7 +53,7 @@ test_psgi(sub { $www->call(@_) }, sub {
                ok(index($raw, $mid) < 0, "escaped $mid");
        }
 
-       my (@xmids) = ($raw =~ m!\bhref="([^"]+)/t\.mbox\.gz"!sg);
+       my (@xmids) = ($raw =~ m!\bhref="([^"]+?)/T/#u"!sg);
        is(scalar(@xmids), scalar(@mids),
                'got escaped links to all messages');