win/test: Enable more system() tests

This commit is contained in:
Rui Abreu Ferreira
2017-03-25 22:47:38 +00:00
committed by Justin M. Keyes
parent f7611d74e7
commit 799443c994
2 changed files with 54 additions and 22 deletions

View File

@@ -348,7 +348,7 @@ end
local function set_shell_powershell()
source([[
set shell=powershell shellquote=\" shellpipe=\| shellredir=>
set shellcmdflag=\ -ExecutionPolicy\ RemoteSigned\ -Command
set shellcmdflag=\ -NoProfile\ -ExecutionPolicy\ RemoteSigned\ -Command
let &shellxquote=' '
]])
end