From: Arnar Mar Hrafnkelsson Date: Fri, 18 May 2001 10:18:46 +0000 (+0000) Subject: If tiff format was not supported then then all tests after 4 appeared to be X-Git-Tag: Imager-0.48^2~621 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/cd949156855e8b33dbcf0c73725879a0d9a31940 If tiff format was not supported then then all tests after 4 appeared to be failing. --- diff --git a/t/t106tiff.t b/t/t106tiff.t index a4d1eb07..22d82352 100644 --- a/t/t106tiff.t +++ b/t/t106tiff.t @@ -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 {