From e6c48ecef2a2db4dab034a84bfe1d9c2bf845033 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sat, 25 May 2019 12:20:56 -0400 Subject: Fix memfile_test.c path --- src/nvim/testdir/test_cscope.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit