summaryrefslogtreecommitdiff
path: root/mnv/src/testdir/util/dos.mnv
blob: a61add81f124c8e10d95d3da16396cf97e47ce0d (plain)
1
2
3
4
5
6
7
8
9
" Settings for test script execution
" Always use "COMMAND.COM", don't use the value of "$SHELL".
set shell=c:\COMMAND.COM shellquote= shellxquote= shellcmdflag=/c shellredir=>
" This is used only when the +eval feature is available.
if executable("cmd.exe")
   set shell=cmd.exe shellcmdflag=/D\ /c
endif

source util/setup.mnv