diff options
author | w0rp <devw0rp@gmail.com> | 2023-09-08 01:00:35 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2023-09-08 01:00:35 +0100 |
commit | bf55175b6971a9a706dfb73ddd00b71750aaee80 (patch) | |
tree | 906224bf3752461d25a891dfd0c8261efd4a1480 /test/test_deferred_executable_string.vader | |
parent | e5816964d1ce27c1dcf3497ba80beccd99bc8fd6 (diff) | |
download | ale-bf55175b6971a9a706dfb73ddd00b71750aaee80.zip |
#4454 Clean up root test directory tests
Combine cases into smaller tests of tests and remove tests we no longer
need. Linter tests have been moved to where they should be.
Diffstat (limited to 'test/test_deferred_executable_string.vader')
-rw-r--r-- | test/test_deferred_executable_string.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_deferred_executable_string.vader b/test/test_deferred_executable_string.vader index 3bdc5251..7a7bb6c1 100644 --- a/test/test_deferred_executable_string.vader +++ b/test/test_deferred_executable_string.vader @@ -33,7 +33,7 @@ Execute(It should be possible to compute an executable to check based on the res \ [{'status': 0, 'job_id': 'executable', 'command': 'foo'}], \ filter(copy(b:ale_history), 'v:val.job_id is# ''executable''') -Execute(It handle the deferred command failing): +Execute(We should handle the deferered executable command failing): let g:ale_emulate_job_failure = 1 AssertLinter 0, 'echo' |