aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/img_test_failure_on_nix.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2015-08-06 14:23:16 -0400
committerJoey Hess <joeyh@joeyh.name>2015-08-06 14:23:16 -0400
commite48ac02c0724261666c61cfbd2c9f25c28eea956 (patch)
tree5794d822810909c7fd77e52ed4dcb28ce75ae1dd /doc/bugs/img_test_failure_on_nix.mdwn
parent6d3ff9f6491f1e420b1cec2c4dec3b65cec024ed (diff)
downloadikiwiki-e48ac02c0724261666c61cfbd2c9f25c28eea956.tar
ikiwiki-e48ac02c0724261666c61cfbd2c9f25c28eea956.tar.gz
format
Diffstat (limited to 'doc/bugs/img_test_failure_on_nix.mdwn')
-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?