diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-05-25 12:20:56 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-05-25 12:20:56 -0400 |
commit | e6c48ecef2a2db4dab034a84bfe1d9c2bf845033 (patch) | |
tree | 227dc6655ecc4e9124f456d43a3ff4b43ad1a846 /src | |
parent | 6fae4608671900ca1d55cbed64015369c93b2a9e (diff) | |
download | rneovim-e6c48ecef2a2db4dab034a84bfe1d9c2bf845033.tar.gz rneovim-e6c48ecef2a2db4dab034a84bfe1d9c2bf845033.tar.bz2 rneovim-e6c48ecef2a2db4dab034a84bfe1d9c2bf845033.zip |
Fix memfile_test.c path
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 |