]> git.imager.perl.org - imager.git/commitdiff
nicer skip message
authorTony Cook <tony@develop=help.com>
Tue, 24 Apr 2001 06:35:10 +0000 (06:35 +0000)
committerTony Cook <tony@develop=help.com>
Tue, 24 Apr 2001 06:35:10 +0000 (06:35 +0000)
t/t10formats.t

index 5d18f646a9b87e3dcae694a7db9801b6418c4053..05d02045e10e41ea2cac8571bed20877c23e3e34 100644 (file)
@@ -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);