diff options
author | w0rp <devw0rp@gmail.com> | 2017-09-11 00:47:27 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-09-11 00:47:27 +0100 |
commit | b6a487ccf9318e449a85bd5b43d7a81b9d17d2be (patch) | |
tree | 3fc370f84a5295994d38b54d2eef2468a1a0a9e2 /test/test_path_upwards.vader | |
parent | cb8a140141d6365f48e66dfaaaa8f9957f0dc832 (diff) | |
download | ale-b6a487ccf9318e449a85bd5b43d7a81b9d17d2be.zip |
Fix some random test issues for Windows
Diffstat (limited to 'test/test_path_upwards.vader')
-rw-r--r-- | test/test_path_upwards.vader | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_path_upwards.vader b/test/test_path_upwards.vader index 5e7d576e..8b81a109 100644 --- a/test/test_path_upwards.vader +++ b/test/test_path_upwards.vader @@ -2,6 +2,8 @@ After: let g:ale_has_override = {} Execute(ale#path#Upwards should return the correct path components for Unix): + let g:ale_has_override = {'win32': 0} + " Absolute paths should include / on the end. AssertEqual \ ['/foo/bar/baz', '/foo/bar', '/foo', '/'], |