blob: 2290ec9cbdb813f167e9cca81c6df97605a3edb2 [file] [log] [blame]
Bram Moolenaar071d4272004-06-13 20:20:40 +00001" Settings for test script execution
2" Always use "sh", don't use the value of "$SHELL".
3set shell=sh
Bram Moolenaar89b10422016-07-12 22:51:22 +02004
Bram Moolenaar56e6bd72017-02-01 12:08:47 +01005" While some tests overwrite $HOME to prevent them from polluting user files,
6" we need to remember the original value so that we can tell external systems
7" where to ask about their own user settings.
8let g:tester_HOME = $HOME
9
Bram Moolenaar89b10422016-07-12 22:51:22 +020010source setup.vim