]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - t/22-bad-mixed.t
Make test descriptions shorter
[perl/modules/indirect.git] / t / 22-bad-mixed.t
index bbc2f23eb8f959e23987b99d99b50d144b40a975..76114da2eac95107e268b8ce9f1a534faed7f37d 100644 (file)
@@ -17,6 +17,7 @@ sub meh;
  local $/ = "####\n";
  while (<DATA>) {
   chomp;
+  s/\s*$//;
   local $SIG{__WARN__} = sub { die 'warn:' . join(' ', @_) };
   {
    use indirect;