]> git.imager.perl.org - imager.git/commitdiff
correct skip count for when gif libraries not available
authorTony Cook <tony@develop=help.com>
Wed, 27 Jun 2007 01:00:53 +0000 (01:00 +0000)
committerTony Cook <tony@develop=help.com>
Wed, 27 Jun 2007 01:00:53 +0000 (01:00 +0000)
t/t105gif.t

index b1c7688c834b665dd3f293c11c74a8761a639b83..f777b188aa85c2f4a09a8f2ce68da25585a8a4fe 100644 (file)
@@ -49,7 +49,7 @@ SKIP:
     $im = Imager->new(xsize=>2, ysize=>2);
     ok(!$im->write(file=>"testout/nogif.gif"), "should fail to write gif");
     is($im->errstr, 'format not supported', "check no gif message");
-    skip("no gif support", 124);
+    skip("no gif support", 125);
   }
     open(FH,">testout/t105.gif") || die "Cannot open testout/t105.gif\n";
     binmode(FH);