tests: executable_spec: enable pending test #10443

Should hopefully work now after efc6d9951b.
This commit is contained in:
Daniel Hahler 2019-07-07 13:05:52 +02:00 committed by Justin M. Keyes
parent eb2509aef9
commit b53c483a4a
1 changed files with 1 additions and 6 deletions

View File

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