0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

patch 8.0.0325: packadd test does not clean up symlink

Problem:    Packadd test does not clean up symlink.
Solution:   Delete the link. (Hirohito Higashi)
This commit is contained in:
Bram Moolenaar
2017-02-11 11:34:58 +01:00
parent f1f6f3f7df
commit 913727e567
2 changed files with 3 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ func Test_packadd_symlink_dir()
set rtp& set rtp&
let rtp = &rtp let rtp = &rtp
silent !rm top2_dir
endfunc endfunc
" Check command-line completion for 'packadd' " Check command-line completion for 'packadd'

View File

@@ -764,6 +764,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
325,
/**/ /**/
324, 324,
/**/ /**/