mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
e48257e63e
commit
0dc73b87f1
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user