updated for version 7.3.961
Problem: Tests 86 and 87 fail when using another language than English.
Solution: Set the language to C in the test. (Dominique Pelle)
diff --git a/src/testdir/test86.in b/src/testdir/test86.in
index 43f2a54..8124b51 100644
--- a/src/testdir/test86.in
+++ b/src/testdir/test86.in
@@ -5,10 +5,10 @@
./configure --without-pymalloc
See http://svn.python.org/view/python/trunk/Misc/README.valgrind?view=markup
-
STARTTEST
:so small.vim
:if !has('python') | e! test.ok | wq! test.out | endif
+:lang C
:py import vim
:fun Test()
:let l = []