]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/img_test_failure_on_nix.mdwn
Merge remote-tracking branch 'origin/master'
[git.ikiwiki.info.git] / doc / bugs / img_test_failure_on_nix.mdwn
1 Peter Simons wrote:
2 > I'm getting the following test suite failure in Nix, probably because
3 > some Perl dependency was updated to a newer version recently:
4  
5         #   Failed test at t/img.t line 79.
6         #          got: 'no image'
7         #     expected: '12x12'
8  
9         #   Failed test at t/img.t line 80.
10         #          got: 'no image'
11         #     expected: '16x2'
12         # Looks like you failed 2 tests of 19.
13         t/img.t ........................ 
14         Dubious, test returned 2 (wstat 512, 0x200)
15         Failed 2/19 subtests 
16  
17 > Do you have any idea how to fix this issue?