aboutsummaryrefslogtreecommitdiff
path: root/test/functional/helpers.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-04-15 18:16:37 +0200
committerGitHub <noreply@github.com>2018-04-15 18:16:37 +0200
commit7598e6cf1741e2352bdb409a5a2fbc130f9117b9 (patch)
tree31c08e5b27a15a32dca614831a99319852614ccf /test/functional/helpers.lua
parent1e71978cf032b4a8c3f27e11e6fbafc4fd2ab8db (diff)
parent51f5cfc16e5fb769877e2a3e83f750e24235ada3 (diff)
downloadrneovim-7598e6cf1741e2352bdb409a5a2fbc130f9117b9.tar.gz
rneovim-7598e6cf1741e2352bdb409a5a2fbc130f9117b9.tar.bz2
rneovim-7598e6cf1741e2352bdb409a5a2fbc130f9117b9.zip
Merge #8120 'test: win: prefer cmd.exe'
Diffstat (limited to 'test/functional/helpers.lua')
-rw-r--r--test/functional/helpers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua
index bf11042dd6..03c6f3bbaa 100644
--- a/test/functional/helpers.lua
+++ b/test/functional/helpers.lua
@@ -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