diff options
author | w0rp <devw0rp@gmail.com> | 2017-10-25 00:39:23 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-10-25 00:39:23 +0100 |
commit | eec529ad9d703aae12cba6f6423d04c08ae26d0d (patch) | |
tree | 8de9d8d26963c40d37fb1bde362f593c206b033a /test | |
parent | 7ac07a30b8c54dd44da403830d4ed84992d18656 (diff) | |
download | ale-eec529ad9d703aae12cba6f6423d04c08ae26d0d.zip |
Fix the write-good tests on Windows
Diffstat (limited to 'test')
-rw-r--r-- | test/command_callback/test_write_good_command_callback.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command_callback/test_write_good_command_callback.vader b/test/command_callback/test_write_good_command_callback.vader index 86e6f507..d9f00495 100644 --- a/test/command_callback/test_write_good_command_callback.vader +++ b/test/command_callback/test_write_good_command_callback.vader @@ -48,7 +48,7 @@ Execute(Should use the node_modules/write-good executable, if available): \ ale#path#Winify(g:dir . '/write-good-node-modules-2/node_modules/write-good/bin/write-good.js'), \ ale#handlers#writegood#GetExecutable(bufnr('')) AssertEqual - \ (has('win32') ? 'node' : '') + \ (has('win32') ? 'node.exe ' : '') \ . ale#Escape(ale#path#Winify(g:dir . '/write-good-node-modules-2/node_modules/write-good/bin/write-good.js')) \ . ' %t', \ ale#handlers#writegood#GetCommand(bufnr('')) |