]> git.imager.perl.org - imager.git/commitdiff
Fixed broken 'not ok' message.
authorArnar Mar Hrafnkelsson <addi@cpan.org>
Mon, 19 Aug 2002 23:59:33 +0000 (23:59 +0000)
committerArnar Mar Hrafnkelsson <addi@cpan.org>
Mon, 19 Aug 2002 23:59:33 +0000 (23:59 +0000)
t/t108tga.t

index 31a2c7c74da4ecfe44d1ef059f72d4e4768bf7f0..d3aab11738e67a29126ec076def7e92bcfba4a02 100644 (file)
@@ -63,7 +63,7 @@ if ($imoo->read(file=>'testout/t108_24bit.tga')) {
 if ($imoo->write(file=>'testout/t108_oo.tga')) {
   print "ok 16\n";
 } else {
-  print "not 16 # ",$imoo->errstr,"\n";
+  print "not ok 16 # ",$imoo->errstr,"\n";
 }