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:
Daniel Hahler 2019-07-03 12:56:03 +02:00 committed by GitHub
parent e48257e63e
commit 0dc73b87f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)