summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-03-03 01:01:24 +0000
committerw0rp <devw0rp@gmail.com>2017-03-03 01:01:24 +0000
commit969274ccc2a2d334d36b3e767de362b8dc40f4e2 (patch)
tree4d8eba30552777a07b9d2bdce325511ec4d35a51
parent0e50a7d2783fb82ce4abf9ad6c58c5a035d9d047 (diff)
downloadale-969274ccc2a2d334d36b3e767de362b8dc40f4e2.zip
Try and fix issues on Travis
-rw-r--r--test/test_cursor_warnings.vader10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/test_cursor_warnings.vader b/test/test_cursor_warnings.vader
index 8d998a87..ab7937bd 100644
--- a/test/test_cursor_warnings.vader
+++ b/test/test_cursor_warnings.vader
@@ -60,7 +60,7 @@ Execute(Evaluate the cursor function at line 1):
Then(Check the cursor output):
redir => g:output
- :mess
+ silent mess
redir END
let g:lines = split(g:output, "\n")
@@ -73,7 +73,7 @@ Execute(Evaluate the cursor function at line 2):
Then(Check the cursor output):
redir => g:output
- :mess
+ silent mess
redir END
let g:lines = split(g:output, "\n")
@@ -87,7 +87,7 @@ Execute(Evaluate the cursor function later in line 2):
Then(Check the cursor output):
redir => g:output
- :mess
+ silent mess
redir END
let g:lines = split(g:output, "\n")
@@ -103,7 +103,7 @@ Execute(Set results for a lint cycle, with the cursor on line 1):
Then(Check the cursor output):
redir => g:output
- :mess
+ silent mess
redir END
let g:lines = split(g:output, "\n")
@@ -117,7 +117,7 @@ Execute(Simulate leaving insert mode on line 2):
Then(Check the cursor output):
redir => g:output
- :mess
+ silent mess
redir END
let g:lines = split(g:output, "\n")