flush test output too, to be safe (RT 24859)
authorTony Cook <tony@develop=help.com>
Sun, 1 Apr 2007 11:56:13 +0000 (11:56 +0000)
committerTony Cook <tony@develop=help.com>
Sun, 1 Apr 2007 11:56:13 +0000 (11:56 +0000)
t/t35ttfont.t

index 2a5a6baab3dfdbe071dff6642948a944123e37c8..5ab3133e9cdf2b53e8d5e55d5a9517b07bc67399 100644 (file)
@@ -2,6 +2,8 @@
 use strict;
 use Test::More tests => 85;
 
+$|=1;
+
 BEGIN { use_ok(Imager => ':all') }
 require "t/testtools.pl";
 use Imager::Test qw(diff_text_with_nul);