mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
tests: fix non-controversial misuse of pending (#11247)
Ref: https://github.com/neovim/neovim/pull/11184
This commit is contained in:
@@ -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')"))
|
||||
|
||||
Reference in New Issue
Block a user