diff options
Diffstat (limited to 'test/test_nearest_file_search.vader')
-rw-r--r-- | test/test_nearest_file_search.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_nearest_file_search.vader b/test/test_nearest_file_search.vader index 63e82da8..10d2cb36 100644 --- a/test/test_nearest_file_search.vader +++ b/test/test_nearest_file_search.vader @@ -8,7 +8,7 @@ Execute(We should be able to find a configuration file further up): call ale#test#SetFilename('top/middle/bottom/dummy.txt') AssertEqual - \ ale#path#Winify(expand('%:p:h:h:h:h') . '/top/example.ini'), + \ ale#path#Simplify(expand('%:p:h:h:h:h') . '/top/example.ini'), \ ale#path#FindNearestFile(bufnr('%'), 'example.ini') Execute(We shouldn't find anything for files which don't match): |