]> git.imager.perl.org - imager.git/commitdiff
note the purpose of a complex test
authorTony Cook <tony@develop-help.com>
Sat, 19 Nov 2011 02:53:54 +0000 (13:53 +1100)
committerTony Cook <tony@develop-help.com>
Sat, 19 Nov 2011 02:53:54 +0000 (13:53 +1100)
since I couldn't see the purpose at just a glance

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