Parcourir la source

Tests: use HOME=/dev/null for Vim

Otherwise ~/.vim gets added to the &rtp.
Daniel Hahler il y a 11 ans
Parent
commit
e64375d393
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      test/run

+ 1 - 1
test/run

@@ -14,4 +14,4 @@ else
 fi
 
 echo '(Be patient.. testing can take a while.)'
-vim -XNu vimrc -i NONE -c 'Vader! *' >/dev/null
+HOME=/dev/null vim -XNu vimrc -i NONE -c 'Vader! *' >/dev/null