From e64375d393b39d3b9eb6566bd2bfb2eccf694928 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 26 Nov 2014 19:46:19 +0100 Subject: [PATCH] Tests: use HOME=/dev/null for Vim Otherwise ~/.vim gets added to the &rtp. --- test/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run b/test/run index 365910e..8c51b0e 100755 --- a/test/run +++ b/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