]> git.imager.perl.org - imager.git/commitdiff
fix handling for no giflib
authorTony Cook <tony@develop=help.com>
Mon, 14 May 2001 03:24:13 +0000 (03:24 +0000)
committerTony Cook <tony@develop=help.com>
Mon, 14 May 2001 03:24:13 +0000 (03:24 +0000)
t/t105gif.t

index 514e84ee70553b1e04ccd7fe77ab4bcdf3cd2a29..1b8e8cf8323ba8990c60045a6adda9bf0fcc6936 100644 (file)
@@ -21,7 +21,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..19) { print "ok $_ # skip no gif support\n"; }
+       for (1..23) { print "ok $_ # skip no gif support\n"; }
 } else {
     open(FH,">testout/t105.gif") || die "Cannot open testout/t105.gif\n";
     binmode(FH);