master
Joey Hess 2015-08-06 14:23:16 -04:00
parent 6d3ff9f649
commit e48ac02c07
1 changed files with 13 additions and 13 deletions

View File

@ -1,17 +1,17 @@
Peter Simons wrote: Peter Simons wrote:
> I'm getting the following test suite failure in Nix, probably because > I'm getting the following test suite failure in Nix, probably because
> some Perl dependency was updated to a newer version recently: > some Perl dependency was updated to a newer version recently:
>
> # Failed test at t/img.t line 79. # Failed test at t/img.t line 79.
> # got: 'no image' # got: 'no image'
> # expected: '12x12' # expected: '12x12'
>
> # Failed test at t/img.t line 80. # Failed test at t/img.t line 80.
> # got: 'no image' # got: 'no image'
> # expected: '16x2' # expected: '16x2'
> # Looks like you failed 2 tests of 19. # Looks like you failed 2 tests of 19.
> t/img.t ........................ t/img.t ........................
> Dubious, test returned 2 (wstat 512, 0x200) Dubious, test returned 2 (wstat 512, 0x200)
> Failed 2/19 subtests Failed 2/19 subtests
>
> Do you have any idea how to fix this issue? > Do you have any idea how to fix this issue?