about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-06-30 02:35:13 +0000
committerEric Wong <e@80x24.org>2016-06-30 07:13:05 +0000
commit5c5dfb7d5558ff248477fa57aef08e2a8bbd9800 (patch)
tree3524d072eb7345adb04da5f28d7aacd9b71402de /t
parent5f3d08d721c371c00f6bd234f248ce45f137e181 (diff)
downloadpublic-inbox-5c5dfb7d5558ff248477fa57aef08e2a8bbd9800.tar.gz
This should be more accessible to readers on narrow terminals
(or giant fonts) while providing a chronological view which
is also aware of message threading relationships.
Diffstat (limited to 't')
-rw-r--r--t/plack.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/plack.t b/t/plack.t
index a4f32457..209c6f90 100644
--- a/t/plack.t
+++ b/t/plack.t
@@ -101,7 +101,7 @@ EOF
                         my $res = $cb->(GET($u));
                         is(301, $res->code, "redirect for missing /");
                         my $location = $res->header('Location');
-                        like($location, qr!/\Q$t\E/#u\z!,
+                        like($location, qr!/t/#u\z!,
                                 'redirected with missing /');
                 });
         }