projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cea6ea
)
dump a bit more of the file broken on the strange win32 tester
author
Tony Cook
<tony@develop-help.com>
Tue, 5 Apr 2016 10:57:18 +0000
(20:57 +1000)
committer
Tony Cook
<tony@develop-help.com>
Tue, 5 Apr 2016 10:57:18 +0000
(20:57 +1000)
t/200-file/010-iolayer.t
patch
|
blob
|
blame
|
history
diff --git
a/t/200-file/010-iolayer.t
b/t/200-file/010-iolayer.t
index 440a0f35d6f40a8a0b1e8b16d0a59d33e34773f8..5a820fe270f77b8c49fa2cc5e4c434bff71b9196 100644
(file)
--- a/
t/200-file/010-iolayer.t
+++ b/
t/200-file/010-iolayer.t
@@
-70,7
+70,7
@@
my $im3 = Imager::i_readpnm_wiol($IO6, -1)
unless ($im3) {
# getting a strange failure on some CPAN testers
- print STDERR join(" ", map sprintf("%02x", ord), split //, substr($data2, 0,
3
0)), "\n";
+ print STDERR join(" ", map sprintf("%02x", ord), split //, substr($data2, 0,
4
0)), "\n";
}
SKIP: {