]> granicus.if.org Git - vim/commitdiff
patch 8.0.0325: packadd test does not clean up symlink v8.0.0325
authorBram Moolenaar <Bram@vim.org>
Sat, 11 Feb 2017 10:34:58 +0000 (11:34 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 11 Feb 2017 10:34:58 +0000 (11:34 +0100)
Problem:    Packadd test does not clean up symlink.
Solution:   Delete the link. (Hirohito Higashi)

src/testdir/test_packadd.vim
src/version.c

index 5433c9866dbda15c5b69491f60410555adb0fad6..bf00fa26c89a5746b8856670e181956c6c4ba2f5 100644 (file)
@@ -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'
index d174d035d1445643b138fbd65d0aaa2e7dcba301..49b03ca7178c599a8b9e4d952f0cffa6459d3dd6 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    325,
 /**/
     324,
 /**/