Fix the gitlint test

This commit is contained in:
w0rp 2017-12-20 10:49:23 +00:00
parent 87ffc9b55c
commit 2495744fc3
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ Execute(The gitlint callbacks shouldn't detect virtualenv directories where they
Execute(The gitlint callbacks should detect virtualenv directories):
silent execute 'file ' . fnameescape(g:dir . '/python_paths/with_virtualenv/subdir/foo/COMMIT_EDITMSG')
let b:executable = ale#path#Winify(
let b:executable = ale#path#Simplify(
\ g:dir . '/python_paths/with_virtualenv/env/' . b:bin_dir . '/gitlint'
\)