X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/a05b5336d234eda685423edf6bcf67ca60894dc9..6c8f11bd8ee449464d30504aa6130e3fdc8cd979:/t/rst.t

diff --git a/t/rst.t b/t/rst.t
index a72c4681c..7908c0fb2 100755
--- a/t/rst.t
+++ b/t/rst.t
@@ -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"';
 	}
 }