aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/tui_spec.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-12-07 07:15:37 +0800
committerGitHub <noreply@github.com>2023-12-07 07:15:37 +0800
commit6b00b8a369480a6535e7d286dd6ea27a6b0c94a5 (patch)
tree320c5d780b43764edd7bb53709c68e89289706b2 /test/functional/terminal/tui_spec.lua
parent8bb5089974e14f043a0b0c17e4d38dbd0b9a9ab2 (diff)
downloadrneovim-6b00b8a369480a6535e7d286dd6ea27a6b0c94a5.tar.gz
rneovim-6b00b8a369480a6535e7d286dd6ea27a6b0c94a5.tar.bz2
rneovim-6b00b8a369480a6535e7d286dd6ea27a6b0c94a5.zip
test(terminal): remove unnecessary string operations (#26434)
Diffstat (limited to 'test/functional/terminal/tui_spec.lua')
-rw-r--r--test/functional/terminal/tui_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/terminal/tui_spec.lua b/test/functional/terminal/tui_spec.lua
index 0c984069b3..a3043ab470 100644
--- a/test/functional/terminal/tui_spec.lua
+++ b/test/functional/terminal/tui_spec.lua
@@ -1887,8 +1887,8 @@ describe('TUI', function()
finally(function()
os.remove('testF')
end)
- local screen = thelpers.screen_setup(0, '"'..nvim_prog
- ..' -u NONE -i NONE --cmd \'set noswapfile noshowcmd noruler\' --cmd \'normal iabc\' > /dev/null 2>&1 && cat testF && rm testF"')
+ local screen = thelpers.screen_setup(0, nvim_prog
+ ..' -u NONE -i NONE --cmd \'set noswapfile noshowcmd noruler\' --cmd \'normal iabc\' > /dev/null 2>&1 && cat testF && rm testF')
feed_data(':w testF\n:q\n')
screen:expect([[
:w testF |