X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FTest-EOL.git;a=blobdiff_plain;f=t%2F12-fail.t;h=4f27208cfa67066f1f9b7ae52301cead98a8b284;hp=1378779e85713296b66f5507a2216dd6be8e4e52;hb=d3afcf90a189151bcc7cc871c67952e059fd37e1;hpb=51e6a8a9b063429fb80b146263dcba725749607d diff --git a/t/12-fail.t b/t/12-fail.t index 1378779..4f27208 100644 --- a/t/12-fail.t +++ b/t/12-fail.t @@ -31,7 +31,7 @@ $inc = "-I $inc" if $inc; { my ($dir, $file) = make_bad_file_3(); run_ok( "all_perl_files_ok( '$file' )", - qr/^not ok 1 - No incorrect line endings in '[^']*' \Qon line 1: [\r] /m, + qr/^not ok 1 - No incorrect line endings in '[^']*' \Qon line 1: [\r]/m, 'windows EOL found in tmp file 3' ); }