aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/delete_spec.lua
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-10-18 04:46:30 +0200
committerGitHub <noreply@github.com>2019-10-18 04:46:30 +0200
commit4bbad5481773ac2a273a41a9fe8035ca57e03cd8 (patch)
treebc35ec0b5848236bd8f0fb049c56a73913fec407 /test/functional/legacy/delete_spec.lua
parent0785f8e8b11b2fa290cfbc0604d570f49b954ba6 (diff)
downloadrneovim-4bbad5481773ac2a273a41a9fe8035ca57e03cd8.tar.gz
rneovim-4bbad5481773ac2a273a41a9fe8035ca57e03cd8.tar.bz2
rneovim-4bbad5481773ac2a273a41a9fe8035ca57e03cd8.zip
tests: fix non-controversial misuse of `pending` (#11247)
Ref: https://github.com/neovim/neovim/pull/11184
Diffstat (limited to 'test/functional/legacy/delete_spec.lua')
-rw-r--r--test/functional/legacy/delete_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/delete_spec.lua b/test/functional/legacy/delete_spec.lua
index 9ea3269828..f2ced8942d 100644
--- a/test/functional/legacy/delete_spec.lua
+++ b/test/functional/legacy/delete_spec.lua
@@ -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')"))