diff options
-rwxr-xr-x | t/rst.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ use warnings; 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"'; } } |