]> git.imager.perl.org - imager.git/commitdiff
skip the right number of tests when gif not available
authorTony Cook <tony@develop=help.com>
Fri, 1 Sep 2006 07:17:36 +0000 (07:17 +0000)
committerTony Cook <tony@develop=help.com>
Fri, 1 Sep 2006 07:17:36 +0000 (07:17 +0000)
t/t105gif.t

index 17f166042f442ff6b71f0dd2408ff902f8d29cd5..a8a7842b908a60d30ca4947dae7d1eb6613bb020 100644 (file)
@@ -48,7 +48,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", 103);
+    skip("no gif support", 109);
   }
     open(FH,">testout/t105.gif") || die "Cannot open testout/t105.gif\n";
     binmode(FH);