neovim/test/functional/vimscript
Enan Ajmain 0b9664f524 fix: make_filter_cmd for :! powershell #15913
Problem:
Nvim fails to create tempfile "…/nvim6UJx04/7" when 'shell' is set to
pwsh (PowerShell Core). This breaks filtered shell commands ":{range}!".
With shell set to cmd, it works.

Solution:
PowerShell doesn't use "<" for stdin redirection. Instead, use
"-RedirectStandardInput".

Closes #15913
2022-06-25 07:20:58 -07:00
..
api_functions_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
buf_functions_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
changedtick_spec.lua refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
container_functions_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
ctx_functions_spec.lua refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
environ_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
errorlist_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
eval_spec.lua vim-patch:8.2.3917: the eval.txt help file is way too big 2022-01-29 15:19:29 -05:00
executable_spec.lua fix(eval): checking for a non-empty string is too strict (#15987) 2021-10-28 22:13:40 -04:00
execute_spec.lua fix(tests): fix some screen.lua warnings 2022-05-21 23:07:34 +02:00
exepath_spec.lua fix(eval): checking for a non-empty string is too strict (#15987) 2021-10-28 22:13:40 -04:00
fnamemodify_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
functions_spec.lua vim-patch:8.2.3917: the eval.txt help file is way too big 2022-01-29 15:19:29 -05:00
getline_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
glob_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
has_spec.lua fix: has() should preserve v:shell_error #18280 2022-04-26 20:58:25 -07:00
hostname_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
input_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
json_functions_spec.lua feat(eval/method): partially port v8.1.1954 2021-10-03 20:06:33 +01:00
lang_spec.lua feat(test): use nvim_exec in helpers.source() #16064 2022-03-27 10:25:55 -07:00
let_spec.lua feat(logging): include test-id in log messages 2022-06-15 19:23:10 -07:00
map_functions_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
match_functions_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
minmax_functions_spec.lua refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
modeline_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
msgpack_functions_spec.lua fix(ci): workaround bug in msgpackparse() on windows caused by api level bump 2022-04-25 16:30:20 +02:00
null_spec.lua fix(eval): checking for a non-empty string is too strict (#15987) 2021-10-28 22:13:40 -04:00
operators_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
printf_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
reltime_spec.lua test: correct order of arguments to eq() and neq() 2022-04-26 11:38:58 +08:00
screenchar_spec.lua fix(float): make screen*() functions respect floating windows 2022-06-23 10:34:02 +03:00
screenpos_spec.lua fix(screenpos, float): add top and left border adjustment 2021-12-15 22:40:10 +08:00
server_spec.lua feat(server): instance "name", store pipes in stdpath(state) 2022-06-15 19:29:51 -07:00
setpos_spec.lua test: correct order of arguments to eq() and neq() 2022-04-26 11:38:58 +08:00
sort_spec.lua refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
special_vars_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
string_spec.lua refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
system_spec.lua fix: make_filter_cmd for :! powershell #15913 2022-06-25 07:20:58 -07:00
timer_spec.lua fix(event-loop): duplicate display updating logic in vgetorpeek() (#17913) 2022-03-30 05:25:00 +08:00
uniq_spec.lua refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
vvar_event_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
wait_spec.lua test: reorg #15698 2021-09-17 09:16:40 -07:00
writefile_spec.lua refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00