summaryrefslogtreecommitdiff
path: root/test/test_wrap_comand.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_wrap_comand.vader')
-rw-r--r--test/test_wrap_comand.vader7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/test_wrap_comand.vader b/test/test_wrap_comand.vader
index 59c61516..9c48fe7d 100644
--- a/test/test_wrap_comand.vader
+++ b/test/test_wrap_comand.vader
@@ -23,12 +23,7 @@ Execute(The command wrapper should work with a nice command):
call TestCommand('nice -n 5 foo bar', 'foo bar')
-Execute(The command wrapper should work with a nice command with an explicit marker):
- let b:ale_command_wrapper = 'nice -n 5 %*'
-
- call TestCommand('nice -n 5 foo bar', 'foo bar')
-
-Execute(Wrappers with spread arguments in the middle should be supported):
+Execute(The command wrapper should spread arguments correctly):
let b:ale_command_wrapper = 'wrap %* --'
call TestCommand('wrap foo bar --', 'foo bar')