]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/view.t
www: redirect /$MESSAGE_ID/f/ endpoints
[public-inbox.git] / t / view.t
index 1f464762644b97e943477efe8410da970e9c0f78..1a47416faaef9944f80494b22d90360e3229bc9d 100644 (file)
--- a/t/view.t
+++ b/t/view.t
@@ -44,7 +44,7 @@ EOF
        my $html = PublicInbox::View::msg_html(undef, $mime);
 
        # ghetto tests
-       like($html, qr!<a\nhref="\.\./raw"!s, "raw link present");
+       like($html, qr!<a\nhref="raw"!s, "raw link present");
        like($html, qr/hello world\b/, "body present");
        like($html, qr/&gt; keep this inline/, "short quoted text is inline");
 }