remove some dev code that was writing an extra image file
authorTony Cook <tony@develop=help.com>
Sat, 5 May 2007 00:28:49 +0000 (00:28 +0000)
committerTony Cook <tony@develop=help.com>
Sat, 5 May 2007 00:28:49 +0000 (00:28 +0000)
t/t38ft2font.t

index 722cc133a0f54de67f57644b639d1d690f34e2b5..63e42582798564f57725c5a8b2e7ea5a371b1eef 100644 (file)
@@ -458,7 +458,6 @@ SKIP:
     ok($im->string(string => "AB", size => 20, aa => 1, color => '#F00',
                   x => 0, y => 15, font => $font),
        "draw to transparent image");
-    $im->write(file => "foo.png");
     my $im_noalpha = $im->convert(preset => 'noalpha');
     my $im_pal = $im->to_paletted(make_colors => 'mediancut');
     my @colors = $im_pal->getcolors;