aboutsummaryrefslogtreecommitdiff
path: root/test/functional/helpers.lua
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-07-27 00:59:27 +0200
committerGitHub <noreply@github.com>2019-07-27 00:59:27 +0200
commit809613c952b16c33e8ed2993b6a623bdf31884e8 (patch)
treea5effbb7a8c367d76ea2bf92a1e32371b512611f /test/functional/helpers.lua
parent2b731a388a0fc2742911f6449b7b7fccf2590550 (diff)
parent53d1801b4913b6c459ec706bcb453128cf691e5f (diff)
downloadrneovim-809613c952b16c33e8ed2993b6a623bdf31884e8.tar.gz
rneovim-809613c952b16c33e8ed2993b6a623bdf31884e8.tar.bz2
rneovim-809613c952b16c33e8ed2993b6a623bdf31884e8.zip
Merge pull request #10580 from blueyed/tests-cat
tests: use "cat" also on Windows
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 2571db99e4..ce7d348747 100644
--- a/test/functional/helpers.lua
+++ b/test/functional/helpers.lua
@@ -496,7 +496,7 @@ end
local function set_shell_powershell()
source([[
set shell=powershell shellquote=( shellpipe=\| shellredir=> shellxquote=
- let &shellcmdflag = '-NoLogo -NoProfile -ExecutionPolicy RemoteSigned -Command Remove-Item -Force alias:sleep;'
+ let &shellcmdflag = '-NoLogo -NoProfile -ExecutionPolicy RemoteSigned -Command Remove-Item -Force alias:sleep; Remove-Item -Force alias:cat;'
]])
end