comparison src/testdir/test_packadd.vim @ 10871:c02cdc370340 v8.0.0325

patch 8.0.0325: packadd test does not clean up symlink commit https://github.com/vim/vim/commit/913727e56761d57aaba61197c2d3485418dea7eb Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 11 11:34:58 2017 +0100 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)
author Christian Brabandt <cb@256bit.org>
date Sat, 11 Feb 2017 11:45:04 +0100
parents 437cf0fe2138
children fba4d2f22425
comparison
equal deleted inserted replaced
10870:cf9dc73fc3fa 10871:c02cdc370340
96 packadd mytest 96 packadd mytest
97 call assert_equal(rtp_before, &rtp) 97 call assert_equal(rtp_before, &rtp)
98 98
99 set rtp& 99 set rtp&
100 let rtp = &rtp 100 let rtp = &rtp
101 silent !rm top2_dir
101 endfunc 102 endfunc
102 103
103 " Check command-line completion for 'packadd' 104 " Check command-line completion for 'packadd'
104 func Test_packadd_completion() 105 func Test_packadd_completion()
105 let optdir1 = &packpath . '/pack/mine/opt' 106 let optdir1 = &packpath . '/pack/mine/opt'