]> git.imager.perl.org - imager.git/commitdiff
If tiff format was not supported then then all tests after 4 appeared to be
authorArnar Mar Hrafnkelsson <addi@cpan.org>
Fri, 18 May 2001 10:18:46 +0000 (10:18 +0000)
committerArnar Mar Hrafnkelsson <addi@cpan.org>
Fri, 18 May 2001 10:18:46 +0000 (10:18 +0000)
failing.

t/t106tiff.t

index a4d1eb0784554204ea16282e0f8b961404c2ff6c..22d8235223b0699148ecb423dea36498c14a924e 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("tiff")) {
-  for (1..4) {
+  for (1..13) {
     print "ok $_ # skip no tiff support\n";
   }
 } else {