From e48ac02c0724261666c61cfbd2c9f25c28eea956 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 6 Aug 2015 14:23:16 -0400 Subject: [PATCH] format --- doc/bugs/img_test_failure_on_nix.mdwn | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/doc/bugs/img_test_failure_on_nix.mdwn b/doc/bugs/img_test_failure_on_nix.mdwn index e1321198c..5e439f7a9 100644 --- a/doc/bugs/img_test_failure_on_nix.mdwn +++ b/doc/bugs/img_test_failure_on_nix.mdwn @@ -1,17 +1,17 @@ Peter Simons wrote: > I'm getting the following test suite failure in Nix, probably because > some Perl dependency was updated to a newer version recently: -> -> # Failed test at t/img.t line 79. -> # got: 'no image' -> # expected: '12x12' -> -> # Failed test at t/img.t line 80. -> # got: 'no image' -> # expected: '16x2' -> # Looks like you failed 2 tests of 19. -> t/img.t ........................ -> Dubious, test returned 2 (wstat 512, 0x200) -> Failed 2/19 subtests -> + + # Failed test at t/img.t line 79. + # got: 'no image' + # expected: '12x12' + + # Failed test at t/img.t line 80. + # got: 'no image' + # expected: '16x2' + # Looks like you failed 2 tests of 19. + t/img.t ........................ + Dubious, test returned 2 (wstat 512, 0x200) + Failed 2/19 subtests + > Do you have any idea how to fix this issue? -- 2.39.2