aboutsummaryrefslogtreecommitdiff
path: root/test/functional/helpers.lua
diff options
context:
space:
mode:
authorRui Abreu Ferreira <rap-ep@gmx.com>2017-03-25 22:47:38 +0000
committerJustin M. Keyes <justinkz@gmail.com>2017-04-12 02:10:33 +0200
commit799443c9942fa145320d9cc7c4638bdaa8c8d67a (patch)
tree9d3ce8ca52af9d052938e6185af2efb576aa9070 /test/functional/helpers.lua
parentf7611d74e73329a4192666ff59911ff214f462ab (diff)
downloadrneovim-799443c9942fa145320d9cc7c4638bdaa8c8d67a.tar.gz
rneovim-799443c9942fa145320d9cc7c4638bdaa8c8d67a.tar.bz2
rneovim-799443c9942fa145320d9cc7c4638bdaa8c8d67a.zip
win/test: Enable more system() tests
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 7edb2381e8..5882758b5a 100644
--- a/test/functional/helpers.lua
+++ b/test/functional/helpers.lua
@@ -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