]> git.imager.perl.org - imager.git/commitdiff
didn't include the new test in the count for when there's no gif support
authorTony Cook <tony@develop=help.com>
Tue, 24 Apr 2001 06:33:15 +0000 (06:33 +0000)
committerTony Cook <tony@develop=help.com>
Tue, 24 Apr 2001 06:33:15 +0000 (06:33 +0000)
t/t10formats.t

index dc1bd8bd1e6cf612aaca21c0b65bd0a5a31905ec..5d18f646a9b87e3dcae694a7db9801b6418c4053 100644 (file)
@@ -108,7 +108,7 @@ close(FH);
 print "ok 9\n";
 
 if (!i_has_format("gif")) {
-       for (10..24) { print "ok $_ # skip\n"; }
+       for (10..25) { print "ok $_ # skip\n"; }
 } else {
     open(FH,">testout/t10.gif") || die "Cannot open testout/t10.gif\n";
     binmode(FH);