X-Git-Url: http://git.imager.perl.org/imager.git/blobdiff_plain/5970bd39528f24137aa7f845f40ada4ca339691f..bb7a34c3fd9acc706fc56f67d5a6ff62bc093dd9:/t/t1000files.t diff --git a/t/t1000files.t b/t/t1000files.t index 5f87a401..10bbc474 100644 --- a/t/t1000files.t +++ b/t/t1000files.t @@ -13,6 +13,8 @@ Imager->open_log(log => "testout/t1000files.log"); SKIP: { + # Test that i_test_format_probe() doesn't pollute stdout + # Initally I tried to write this test using open to redirect files, # but there was a buffering problem that made it so the data wasn't # being written to the output file. This external perl call avoids