blob: 8a971294759962c1b7f56e4b03c343d28ab8b9f5 [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 Moolenaar94722c52023-01-28 19:19:03 +00005" Only when the +eval feature is present.
Bram Moolenaarc3862672017-02-01 18:07:38 +01006if 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
Christian Brabandteb380b92025-07-07 20:53:55 +020013source util/setup.vim