aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/img_test_failure_on_nix.mdwn26
1 files 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?