]> git.imager.perl.org - imager.git/commitdiff
update skip count
authorTony Cook <tony@develop=help.com>
Mon, 25 Mar 2002 12:10:35 +0000 (12:10 +0000)
committerTony Cook <tony@develop=help.com>
Mon, 25 Mar 2002 12:10:35 +0000 (12:10 +0000)
t/t105gif.t

index adf9c5b210704b98a8511e1df6d8012c6eb67a92..7365b19407ee4d0af9aee910742290f0f06d5477 100644 (file)
@@ -25,7 +25,7 @@ i_box_filled($timg, 0, 0, 20, 20, $green);
 i_box_filled($timg, 2, 2, 18, 18, $trans);
 
 if (!i_has_format("gif")) {
-  for (1..45) { print "ok $_ # skip no gif support\n"; }
+  for (1..60) { print "ok $_ # skip no gif support\n"; }
 } else {
     open(FH,">testout/t105.gif") || die "Cannot open testout/t105.gif\n";
     binmode(FH);