diff options
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', '/'], |