aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-05-25 12:20:56 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-05-25 12:20:56 -0400
commite6c48ecef2a2db4dab034a84bfe1d9c2bf845033 (patch)
tree227dc6655ecc4e9124f456d43a3ff4b43ad1a846 /src
parent6fae4608671900ca1d55cbed64015369c93b2a9e (diff)
downloadrneovim-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.vim2
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