From 968a2aa91a0ac94e529f9dbc3b2cc50bc9ad5187 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Mon, 14 May 2001 03:24:13 +0000 Subject: [PATCH] fix handling for no giflib --- t/t105gif.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t105gif.t b/t/t105gif.t index 514e84ee..1b8e8cf8 100644 --- a/t/t105gif.t +++ b/t/t105gif.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("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); -- 2.39.5