RT#76037 12-fail.t: cleanup 'bad_file_3' => Win32 ok
[catagits/Test-EOL.git] / t / 12-fail.t
index 7a6f9f0..a311f4d 100644 (file)
@@ -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 9: [\r][\r][\r]/m,
+            qr/^not ok 1 - No incorrect line endings in '[^']*' \Qon line 1: [\r] /m,
             'windows EOL found in tmp file 3' );
 }
 
@@ -124,8 +124,8 @@ sub new {\r
     my (\$class) = \@_;\r
     my \$self = bless { }, \$class;\r
     return \$self;\r
-}\r\r\r\r
-
+}\r
+\r
 \r
 1;\r
 DUMMY