Tests: use HOME=/dev/null for Vim

Otherwise ~/.vim gets added to the &rtp.
This commit is contained in:
Daniel Hahler 2014-11-26 19:46:19 +01:00 committed by Marco Hinz
parent 22f1d58333
commit e64375d393

View file

@ -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