summaryrefslogtreecommitdiff
path: root/test/test_find_nearest_directory.vader
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-10-23 23:09:40 +0100
committerw0rp <devw0rp@gmail.com>2017-10-23 23:09:40 +0100
commitb952dda386e2e9e0ba145ff8e286879498c65756 (patch)
treeffe3309b636405174b386ccc29d7a7f98489ada7 /test/test_find_nearest_directory.vader
parent231398dddc59b01bc83f5a333af1ae741d31ed51 (diff)
downloadale-b952dda386e2e9e0ba145ff8e286879498c65756.zip
Get all tests to pass on Windows
Diffstat (limited to 'test/test_find_nearest_directory.vader')
-rw-r--r--test/test_find_nearest_directory.vader2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_find_nearest_directory.vader b/test/test_find_nearest_directory.vader
index 03d38862..1442c8fc 100644
--- a/test/test_find_nearest_directory.vader
+++ b/test/test_find_nearest_directory.vader
@@ -8,7 +8,7 @@ Execute(We should be able to find a directory some directory down):
call ale#test#SetFilename('top/middle/bottom/dummy.txt')
AssertEqual
- \ expand('%:p:h:h:h:h') . '/top/ale-special-directory-name-dont-use-this-please/',
+ \ ale#path#Winify(expand('%:p:h:h:h:h') . '/top/ale-special-directory-name-dont-use-this-please/'),
\ ale#path#FindNearestDirectory(bufnr('%'), 'ale-special-directory-name-dont-use-this-please')
Execute(We shouldn't find anything for files which don't match):