From bb7a34c3fd9acc706fc56f67d5a6ff62bc093dd9 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Sat, 19 Nov 2011 13:53:54 +1100 Subject: [PATCH] note the purpose of a complex test since I couldn't see the purpose at just a glance --- t/t1000files.t | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5