X-Git-Url: https://git.donarmstrong.com/perltidy.git?a=blobdiff_plain;f=t%2Ftest-eol.t;h=6364d628760a991869d61044c444fe2d72d9c94a;hb=57d829ae0e2c75828f8ecc9c7139579350927dbc;hp=65188ccabf606c38a28279998645e0e259554c4e;hpb=7f27e55dce5925b2bbe8fcfca64f385e917a52be;p=perltidy.git diff --git a/t/test-eol.t b/t/test-eol.t index 65188cc..6364d62 100644 --- a/t/test-eol.t +++ b/t/test-eol.t @@ -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 }