From: Tony Cook Date: Sat, 19 Nov 2011 02:53:54 +0000 (+1100) Subject: note the purpose of a complex test X-Git-Tag: v0.87~9 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/bb7a34c3fd9acc706fc56f67d5a6ff62bc093dd9 note the purpose of a complex test since I couldn't see the purpose at just a glance --- 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