mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 19:06:31 +00:00
Fix memfile_test.c path
This commit is contained in:
@@ -262,7 +262,7 @@ func Test_cscope_add_dir()
|
|||||||
|
|
||||||
" Cscope doesn't handle symlinks, so this needs to be resolved in case a
|
" Cscope doesn't handle symlinks, so this needs to be resolved in case a
|
||||||
" shadow directory is being used.
|
" shadow directory is being used.
|
||||||
let memfile = resolve('../memfile_test.c')
|
let memfile = resolve('./samples/memfile_test.c')
|
||||||
call system('cscope -bk -fXcscopedir/cscope.out ' . memfile)
|
call system('cscope -bk -fXcscopedir/cscope.out ' . memfile)
|
||||||
|
|
||||||
cs add Xcscopedir
|
cs add Xcscopedir
|
||||||
|
Reference in New Issue
Block a user