forked from aniani/vim
patch 8.0.0805: GUI test fails with gnome2
Problem: GUI test fails with gnome2. Solution: Set $HOME to an existing directory.
This commit is contained in:
@@ -14,5 +14,7 @@ if 1
|
||||
endif
|
||||
|
||||
" Make sure $HOME does not get read or written.
|
||||
let $HOME = '/does/not/exist'
|
||||
" It must exist, gnome tries to create $HOME/.gnome2
|
||||
let $HOME = getcwd() . '/XfakeHOME'
|
||||
call mkdir($HOME)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user