diff options
author | w0rp <devw0rp@gmail.com> | 2016-10-19 23:26:07 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2016-10-19 23:26:07 +0100 |
commit | 6df632218e7f3c80d6cb66164fd9282e8b34ac2d (patch) | |
tree | 66b5009ff123dab6598b1f1819d8d363015d84d3 /test | |
parent | 62195b7a68a6b92a8cbbb8bc5fad4670408ffa92 (diff) | |
download | ale-6df632218e7f3c80d6cb66164fd9282e8b34ac2d.zip |
Add a test which checks that we can find the stdin-wrapper script.
Diffstat (limited to 'test')
-rw-r--r-- | test/test_stdin_wrapper_path_can_be_found.vader | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_stdin_wrapper_path_can_be_found.vader b/test/test_stdin_wrapper_path_can_be_found.vader new file mode 100644 index 00000000..cf13bca2 --- /dev/null +++ b/test/test_stdin_wrapper_path_can_be_found.vader @@ -0,0 +1,4 @@ +Execute(We should be able to find the stdin-wrapper script): + silent! cd /testplugin/test + + AssertEqual expand('%:p:h:h') . '/stdin-wrapper', ale#util#stdin_wrapper |