From b1d833417bcb57e265e0d01df07b28f463529d4b Mon Sep 17 00:00:00 2001 From: w0rp Date: Sat, 20 Mar 2021 22:11:22 +0000 Subject: #3633 - Put all dummy test files in test/test-files --- test/test_resolve_local_path.vader | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test_resolve_local_path.vader') diff --git a/test/test_resolve_local_path.vader b/test/test_resolve_local_path.vader index 3f0fb20a..d8a8ec52 100644 --- a/test/test_resolve_local_path.vader +++ b/test/test_resolve_local_path.vader @@ -5,10 +5,10 @@ After: call ale#test#RestoreDirectory() Execute(We should be able to find the local version of a file): - call ale#test#SetFilename('top/middle/bottom/dummy.txt') + call ale#test#SetFilename('test-files/top/middle/bottom/dummy.txt') AssertEqual - \ ale#path#Simplify(expand('%:p:h:h:h:h') . '/top/example.ini'), + \ ale#path#Simplify(expand('%:p:h:h:h:h:h') . '/test-files/top/example.ini'), \ ale#path#ResolveLocalPath(bufnr('%'), 'example.ini', '/global/config.ini') Execute(We shouldn't find anything for files which don't match): -- cgit v1.2.3