]> git.donarmstrong.com Git - perltidy.git/blobdiff - t/test-eol.t
New upstream version 20210717
[perltidy.git] / t / test-eol.t
index 65188ccabf606c38a28279998645e0e259554c4e..6364d628760a991869d61044c444fe2d72d9c94a 100644 (file)
@@ -129,3 +129,7 @@ Perl::Tidy::perltidy(
 }
 
 ok($output, $expected_output, "output file EOLs (UTF8)");
+
+# Try to delete the tmpfile; 
+# Comment this out if it causes a failure at Appveyor
+if ( -e $output_filename ) { unlink $output_filename }