mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
tests: executable_spec: keep assertion (#10408)
It was moved to become pending in 18127f64c, but the assertion should be
kept.
This commit is contained in:
@@ -29,6 +29,8 @@ describe('executable()', function()
|
||||
local is_executable = call('executable', sibling_exe)
|
||||
if iswin() and is_executable ~= expected then
|
||||
pending('XXX: sometimes fails on AppVeyor')
|
||||
else
|
||||
eq(expected, is_executable)
|
||||
end
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user