X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F22-bad-mixed.t;h=76114da2eac95107e268b8ce9f1a534faed7f37d;hb=b92e3c9567e42b06df65b6d857bb647fe1bee651;hp=bbc2f23eb8f959e23987b99d99b50d144b40a975;hpb=f4e7787d7c015980abba9a8d76f0293f24e0ab94;p=perl%2Fmodules%2Findirect.git diff --git a/t/22-bad-mixed.t b/t/22-bad-mixed.t index bbc2f23..76114da 100644 --- a/t/22-bad-mixed.t +++ b/t/22-bad-mixed.t @@ -17,6 +17,7 @@ sub meh; local $/ = "####\n"; while () { chomp; + s/\s*$//; local $SIG{__WARN__} = sub { die 'warn:' . join(' ', @_) }; { use indirect;