aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/t__47__rst.t_should_call_python3__44___not_python.mdwn
diff options
context:
space:
mode:
authorhttp://thm.id.fedoraproject.org/ <thm@web>2018-03-03 13:21:46 -0400
committeradmin <admin@branchable.com>2018-03-03 13:21:46 -0400
commit2b754d446c2eaaa5fd21a3854b0e07e838a0aacf (patch)
tree5a52b60e136e8aa195f1c4f39d6bfeed95f2ca8a /doc/bugs/t__47__rst.t_should_call_python3__44___not_python.mdwn
parent5051e1ae8149c28df2b2316fbe0923ba7d480035 (diff)
downloadikiwiki-2b754d446c2eaaa5fd21a3854b0e07e838a0aacf.tar
ikiwiki-2b754d446c2eaaa5fd21a3854b0e07e838a0aacf.tar.gz
Diffstat (limited to 'doc/bugs/t__47__rst.t_should_call_python3__44___not_python.mdwn')
-rw-r--r--doc/bugs/t__47__rst.t_should_call_python3__44___not_python.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/t__47__rst.t_should_call_python3__44___not_python.mdwn b/doc/bugs/t__47__rst.t_should_call_python3__44___not_python.mdwn
new file mode 100644
index 000000000..597b8dea1
--- /dev/null
+++ b/doc/bugs/t__47__rst.t_should_call_python3__44___not_python.mdwn
@@ -0,0 +1,13 @@
+Now that the rst plugin uses Python3, the test should test docutils existence also with Python3:
+
+ --- rst.t.orig 2018-02-28 10:41:06.000000000 +0000
+ +++ rst.t 2018-03-03 17:17:23.862702468 +0000
+ @@ -3,7 +3,7 @@
+ use strict;
+
+ BEGIN {
+ - if (system("python -c 'import docutils.core'") != 0) {
+ + if (system("python3 -c 'import docutils.core'") != 0) {
+ eval 'use Test::More skip_all => "docutils not available"';
+ }
+ }