Try and make the sign tests pass more often

This commit is contained in:
w0rp 2017-05-05 10:36:23 +01:00
parent d1cc1de6a5
commit 6b15c7c9fd
1 changed files with 2 additions and 2 deletions

View File

@ -59,8 +59,8 @@ Before:
call ale#linter#Define('testft', {
\ 'name': 'x',
\ 'executable': 'echo',
\ 'command': 'echo',
\ 'executable': 'true',
\ 'command': 'true',
\ 'callback': 'GenerateResults',
\})