mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 03:05:11 -07:00
tests: executable_spec: enable pending test #10443
Should hopefully work now after efc6d9951b
.
This commit is contained in:
parent
eb2509aef9
commit
b53c483a4a
@ -26,12 +26,7 @@ describe('executable()', function()
|
||||
eq('arg1=lemon;arg2=sky;arg3=tree;',
|
||||
call('system', sibling_exe..' lemon sky tree'))
|
||||
end
|
||||
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
|
||||
eq(expected, call('executable', sibling_exe))
|
||||
end)
|
||||
|
||||
describe('exec-bit', function()
|
||||
|
Loading…
Reference in New Issue
Block a user