projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6565be
)
fix the test skip count for 350-font/030-ttoo.t
author
Tony Cook
<tony@develop-help.com>
Mon, 1 Jul 2013 12:16:35 +0000
(22:16 +1000)
committer
Tony Cook
<tony@develop-help.com>
Mon, 1 Jul 2013 12:16:35 +0000
(22:16 +1000)
t/350-font/030-ttoo.t
patch
|
blob
|
blame
|
history
diff --git
a/t/350-font/030-ttoo.t
b/t/350-font/030-ttoo.t
index c3c9df4990781bd2038a5258455ce94f949d2480..2773e1b9af12306bc157beef5a4497b9a4315638 100644
(file)
--- a/
t/350-font/030-ttoo.t
+++ b/
t/350-font/030-ttoo.t
@@
-10,7
+10,7
@@
use strict;
# Change 1..1 below to 1..last_test_to_print .
# (It may become useful if the test is moved to ./t subdirectory.)
-use Test::More tests => 2
6
;
+use Test::More tests => 2
5
;
use Imager;
@@
-32,7
+32,7
@@
die $Imager::ERRSTR unless $red;
SKIP:
{
$Imager::formats{"tt"} && -f $fontname_tt
- or skip("FT1.x missing or disabled", 2
4
);
+ or skip("FT1.x missing or disabled", 2
5
);
my $img=Imager->new(xsize=>300, ysize=>100) or die "$Imager::ERRSTR\n";
@@
-150,5
+150,3
@@
END {
unlink map "testout/$_", @test_output;
}
}
-
-ok(1, "end");