tests: fix non-controversial misuse of pending (#11247)

Ref: https://github.com/neovim/neovim/pull/11184
This commit is contained in:
Daniel Hahler
2019-10-18 04:46:30 +02:00
committed by GitHub
parent 0785f8e8b1
commit 4bbad54817
8 changed files with 13 additions and 22 deletions

View File

@@ -56,7 +56,7 @@ describe('Test for delete()', function()
endif
]])
if eval('v:shell_error') ~= 0 then
pending('Cannot create symlink', function()end)
pending('Cannot create symlink')
end
-- Delete the link, not the file
eq(0, eval("delete('Xlink')"))