aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/output_spec.lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-02-26 19:28:18 +0800
committerzeertzjq <zeertzjq@outlook.com>2022-02-26 19:40:11 +0800
commit0545bd21805b25b95ed6290d17e2c5804e9dbd98 (patch)
tree6708e3d7664075eb0d756996b8d046fa9d606f43 /test/functional/ui/output_spec.lua
parent005a7aa1670841dfdffb7559161a7d37d6c14bc4 (diff)
downloadrneovim-0545bd21805b25b95ed6290d17e2c5804e9dbd98.tar.gz
rneovim-0545bd21805b25b95ed6290d17e2c5804e9dbd98.tar.bz2
rneovim-0545bd21805b25b95ed6290d17e2c5804e9dbd98.zip
test: use helpers.pending_win32(pending) instead of iswin()
Diffstat (limited to 'test/functional/ui/output_spec.lua')
-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()