Merge #8120 'test: win: prefer cmd.exe'

This commit is contained in:
Justin M. Keyes
2018-04-15 18:16:37 +02:00
committed by GitHub
2 changed files with 106 additions and 64 deletions

View File

@@ -427,7 +427,7 @@ end
local function set_shell_powershell()
source([[
set shell=powershell shellquote=( shellpipe=\| shellredir=> shellxquote=
set shellcmdflag=-NoLogo\ -NoProfile\ -ExecutionPolicy\ RemoteSigned\ -Command
let &shellcmdflag = '-NoLogo -NoProfile -ExecutionPolicy RemoteSigned -Command Remove-Item -Force alias:sleep;'
]])
end