diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_cscope.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_cscope.vim b/src/nvim/testdir/test_cscope.vim index af8776377e..bcb0d0dec5 100644 --- a/src/nvim/testdir/test_cscope.vim +++ b/src/nvim/testdir/test_cscope.vim @@ -262,7 +262,7 @@ func Test_cscope_add_dir() " Cscope doesn't handle symlinks, so this needs to be resolved in case a " 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) cs add Xcscopedir |