From: Arnar Mar Hrafnkelsson Date: Mon, 19 Aug 2002 23:59:33 +0000 (+0000) Subject: Fixed broken 'not ok' message. X-Git-Tag: Imager-0.48^2~353 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/df54d9ce621b35b7fce38b2488f27f2e643358e6 Fixed broken 'not ok' message. --- diff --git a/t/t108tga.t b/t/t108tga.t index 31a2c7c7..d3aab117 100644 --- a/t/t108tga.t +++ b/t/t108tga.t @@ -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"; }