Fix memfile_test.c path

This commit is contained in:
Jan Edmund Lazo
2019-05-25 12:20:56 -04:00
parent 6fae460867
commit e6c48ecef2

View File

@@ -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