view src/testdir/dos.vim @ 15545:a0a1bd12e48c v8.1.0780

patch 8.1.0780: terminal test fails on Mac commit https://github.com/vim/vim/commit/e25bbc3b2bf1d8c4acec0910aaf9031451752578 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 19 18:20:45 2019 +0100 patch 8.1.0780: terminal test fails on Mac Problem: Terminal test fails on Mac. Solution: Skip the test on Mac.
author Bram Moolenaar <Bram@vim.org>
date Sat, 19 Jan 2019 18:30:06 +0100
parents f0201deac2a2
children
line wrap: on
line source

" 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
endif

source setup.vim