Skip to content

Commit 913727e

Browse files
committed
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)
1 parent f1f6f3f commit 913727e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/testdir/test_packadd.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ func Test_packadd_symlink_dir()
9898

9999
set rtp&
100100
let rtp = &rtp
101+
silent !rm top2_dir
101102
endfunc
102103

103104
" Check command-line completion for 'packadd'

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,8 @@ static char *(features[]) =
764764

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
325,
767769
/**/
768770
324,
769771
/**/

0 commit comments

Comments
 (0)