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:
@@ -98,6 +98,7 @@ func Test_packadd_symlink_dir()
|
||||
|
||||
set rtp&
|
||||
let rtp = &rtp
|
||||
silent !rm top2_dir
|
||||
endfunc
|
||||
|
||||
" Check command-line completion for 'packadd'
|
||||
|
@@ -764,6 +764,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
325,
|
||||
/**/
|
||||
324,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user