blob: b82c63c3898070c048a73f923d1926a182e0b348 [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 Moolenaarc3862672017-02-01 18:07:38 +01005" Only when the +eval feature is present.
6if 1
7 " While some tests overwrite $HOME to prevent them from polluting user files,
8 " we need to remember the original value so that we can tell external systems
9 " where to ask about their own user settings.
10 let g:tester_HOME = $HOME
11endif
Bram Moolenaar56e6bd72017-02-01 12:08:47 +010012
Bram Moolenaar89b10422016-07-12 22:51:22 +020013source setup.vim