瀏覽代碼

Tests: use HOME=/dev/null for Vim

Otherwise ~/.vim gets added to the &rtp.
Daniel Hahler 11 年之前
父節點
當前提交
e64375d393
共有 1 個文件被更改,包括 1 次插入1 次删除
  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