Browse Source

Tests: use HOME=/dev/null for Vim

Otherwise ~/.vim gets added to the &rtp.
Daniel Hahler 11 years ago
parent
commit
e64375d393
1 changed files with 1 additions and 1 deletions
  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