about summary refs log tree commit homepage
path: root/t/psgi_bad_mids.t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-08-16 23:35:20 +0000
committerEric Wong <e@80x24.org>2021-08-17 00:48:26 +0000
commit38f2f94b97199f0f81fb93ab6d3c34651b661d6c (patch)
tree5fda38b39ce9602cd77eebc98a3bfd19298b874c /t/psgi_bad_mids.t
parent9827b6c6f9859b4c136182fbfffdf3fc73a1014d (diff)
downloadpublic-inbox-38f2f94b97199f0f81fb93ab6d3c34651b661d6c.tar.gz
This declutters the topic view since these links seem rarely
used.  Atom and mbox.gz links probably make most sense when
users have read the HTML and decide the topic is worth following
or downloading.

Reported-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Link: https://public-inbox.org/meta/20210816154444.sj3ks2sikq3x2ywx@nitro.local/
Diffstat (limited to 't/psgi_bad_mids.t')
-rw-r--r--t/psgi_bad_mids.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/psgi_bad_mids.t b/t/psgi_bad_mids.t
index f92e4f97..8e531b54 100644
--- a/t/psgi_bad_mids.t
+++ b/t/psgi_bad_mids.t
@@ -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');