aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/packadd_spec.lua
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2021-05-11 20:32:05 -0400
committerGitHub <noreply@github.com>2021-05-11 20:32:05 -0400
commit61aefaf2993c0b55f6123ba4b0bd41b1caf1fcd3 (patch)
tree91315ea95b65d83bb313d43d3141f9adf60663a0 /test/functional/legacy/packadd_spec.lua
parent7d82ea01025b6981e0233ca9a5e7ee62c8b5bcad (diff)
parent4ba3d059bfcd5b08b0831e7d71de26284db6dcb9 (diff)
downloadrneovim-61aefaf2993c0b55f6123ba4b0bd41b1caf1fcd3.tar.gz
rneovim-61aefaf2993c0b55f6123ba4b0bd41b1caf1fcd3.tar.bz2
rneovim-61aefaf2993c0b55f6123ba4b0bd41b1caf1fcd3.zip
Merge pull request #14534 from mhinz/fix-win-ci
ci: fix stalling Windows builds
Diffstat (limited to 'test/functional/legacy/packadd_spec.lua')
-rw-r--r--test/functional/legacy/packadd_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/legacy/packadd_spec.lua b/test/functional/legacy/packadd_spec.lua
index d92409059e..486a1fe471 100644
--- a/test/functional/legacy/packadd_spec.lua
+++ b/test/functional/legacy/packadd_spec.lua
@@ -20,7 +20,6 @@ describe('packadd', function()
func SetUp()
let s:topdir = expand(getcwd() . '/Xdir')
- call delete(s:topdir, 'rf')
exe 'set packpath=' . s:topdir
let s:plugdir = expand(s:topdir . '/pack/mine/opt/mytest')
endfunc