mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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;',
|
eq('arg1=lemon;arg2=sky;arg3=tree;',
|
||||||
call('system', sibling_exe..' lemon sky tree'))
|
call('system', sibling_exe..' lemon sky tree'))
|
||||||
end
|
end
|
||||||
local is_executable = call('executable', sibling_exe)
|
eq(expected, call('executable', sibling_exe))
|
||||||
if iswin() and is_executable ~= expected then
|
|
||||||
pending('XXX: sometimes fails on AppVeyor')
|
|
||||||
else
|
|
||||||
eq(expected, is_executable)
|
|
||||||
end
|
|
||||||
end)
|
end)
|
||||||
|
|
||||||
describe('exec-bit', function()
|
describe('exec-bit', function()
|
||||||
|
Loading…
Reference in New Issue
Block a user