]> git.imager.perl.org - imager.git/blobdiff - t/t1000files.t
note the purpose of a complex test
[imager.git] / t / t1000files.t
index 5f87a401fcceb9200f8b450f9e4ffbc298f4a5cc..10bbc4746a1738786eb93a5e351bcc2273c3c65c 100644 (file)
@@ -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