diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-08-05 02:51:55 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-08-06 02:51:48 +0200 |
commit | efb0aca0ee3d600f34964799862cebb98bd6b0d2 (patch) | |
tree | 6663f7b10f754b3e044c0743c4bb6f830458b735 | |
parent | a31482db4dcaa479b09e2683037fee3d6ee56408 (diff) | |
download | rneovim-efb0aca0ee3d600f34964799862cebb98bd6b0d2.tar.gz rneovim-efb0aca0ee3d600f34964799862cebb98bd6b0d2.tar.bz2 rneovim-efb0aca0ee3d600f34964799862cebb98bd6b0d2.zip |
test/helpers: disable powershell logo/banner message
-rw-r--r-- | test/functional/helpers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/helpers.lua b/test/functional/helpers.lua index f4b2a8dfdc..848f1ef477 100644 --- a/test/functional/helpers.lua +++ b/test/functional/helpers.lua @@ -367,7 +367,7 @@ end local function set_shell_powershell() source([[ set shell=powershell shellquote=\" shellpipe=\| shellredir=> - set shellcmdflag=\ -NoProfile\ -ExecutionPolicy\ RemoteSigned\ -Command + set shellcmdflag=\ -NoLogo\ -NoProfile\ -ExecutionPolicy\ RemoteSigned\ -Command let &shellxquote=' ' ]]) end |