X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=t%2F07_bugreport.t;h=6af469195a8cb5b2e86d0442331a0182046cee44;hb=4f610baade4351a6316edd5088934aa24c4f50a8;hp=26da39abe861d5a5bd2224fea2edfc96007cdbc1;hpb=d6085c01bf23d8fd2ae4f6aee54b9ca7a33f0d3c;p=debbugs.git diff --git a/t/07_bugreport.t b/t/07_bugreport.t index 26da39a..6af4691 100644 --- a/t/07_bugreport.t +++ b/t/07_bugreport.t @@ -95,7 +95,6 @@ ok($mech->content() =~ qr/^From /m, 'Starts with a From appropriately'); ok($mech->content() =~ qr/^(>F|=46)rom line/m, 'From line escaped appropriately'); -print STDERR $mech->content(); $mech->get_ok('http://localhost:'.$port.'/?bug=1;mboxmaint=yes', 'Page received ok');