1 The new regression test from [[plugins/img]] fails when I try to build
2 ikiwiki in sbuild for a release (with commits from my `img-test` branch
3 also included, in an attempt to fix this):
5 Use of uninitialized value in numeric eq (==) at IkiWiki/Plugin/img.pm line 93.
6 Use of uninitialized value in numeric lt (<) at IkiWiki/Plugin/img.pm line 110.
7 Use of uninitialized value in numeric eq (==) at IkiWiki/Plugin/img.pm line 93.
8 Use of uninitialized value in numeric lt (<) at IkiWiki/Plugin/img.pm line 110.
10 # Failed test at t/img.t line 78.
14 # Failed test at t/img.t line 79.
17 # Looks like you failed 2 tests of 18.
18 t/img.t ......................
19 Dubious, test returned 2 (wstat 512, 0x200)
22 I haven't been able to diagnose what else is wrong there yet.
24 If anyone needs to release ikiwiki in a hurry, please delete that test
25 and we can put it back later. --[[smcv]]
27 > [[fixed in 3.20140916|done]] --[[smcv]]