blob: f7e475a81ae3232e5a8070d89decf7889d7d468e [file] [log] [blame]
Bram Moolenaar89b10422016-07-12 22:51:22 +02001" Common preparations for running tests.
2
3" Make sure 'runtimepath' does not include $HOME.
4set rtp=$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after
5
6" Only when the +eval feature is present.
7if 1
8 " Make sure $HOME does not get read or written.
9 let $HOME = '/does/not/exist'
10endif
11