aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-02-26 21:17:38 +0800
committerGitHub <noreply@github.com>2022-02-26 21:17:38 +0800
commit41f309adeb9f025d80f2b499f57d68c52b58e649 (patch)
tree3a95bd41ae95698c769d1b3d893478fb6b61bd76 /test/functional/ui
parentd0f8f76224f501d919ba6c8a5cd717de76903b34 (diff)
parent0545bd21805b25b95ed6290d17e2c5804e9dbd98 (diff)
downloadrneovim-41f309adeb9f025d80f2b499f57d68c52b58e649.tar.gz
rneovim-41f309adeb9f025d80f2b499f57d68c52b58e649.tar.bz2
rneovim-41f309adeb9f025d80f2b499f57d68c52b58e649.zip
Merge pull request #17527 from zeertzjq/test-pending-win32
test: use helpers.pending_win32(pending) instead of iswin()
Diffstat (limited to 'test/functional/ui')
-rw-r--r--test/functional/ui/output_spec.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/functional/ui/output_spec.lua b/test/functional/ui/output_spec.lua
index 7df63aca50..7305baa761 100644
--- a/test/functional/ui/output_spec.lua
+++ b/test/functional/ui/output_spec.lua
@@ -14,7 +14,7 @@ local has_powershell = helpers.has_powershell
local set_shell_powershell = helpers.set_shell_powershell
describe("shell command :!", function()
- if not iswin() then
+ if helpers.pending_win32(pending) then return end
local screen
before_each(function()
clear()
@@ -78,7 +78,6 @@ describe("shell command :!", function()
[10] = {foreground = 2},
})
end)
- end
end)
describe("shell command :!", function()