From 6df632218e7f3c80d6cb66164fd9282e8b34ac2d Mon Sep 17 00:00:00 2001 From: w0rp Date: Wed, 19 Oct 2016 23:26:07 +0100 Subject: [PATCH] Add a test which checks that we can find the stdin-wrapper script. --- test/test_stdin_wrapper_path_can_be_found.vader | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/test_stdin_wrapper_path_can_be_found.vader 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 0000000..cf13bca --- /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