From: Tony Cook Date: Tue, 24 Apr 2001 06:35:10 +0000 (+0000) Subject: nicer skip message X-Git-Tag: Imager-0.48^2~725 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/b34aed0560be5c429eceba1b6a13409d826a33f3 nicer skip message --- diff --git a/t/t10formats.t b/t/t10formats.t index 5d18f646..05d02045 100644 --- a/t/t10formats.t +++ b/t/t10formats.t @@ -108,7 +108,7 @@ close(FH); print "ok 9\n"; if (!i_has_format("gif")) { - for (10..25) { print "ok $_ # skip\n"; } + for (10..25) { print "ok $_ # skip no gif support\n"; } } else { open(FH,">testout/t10.gif") || die "Cannot open testout/t10.gif\n"; binmode(FH);