mirror of
https://github.com/neovim/neovim.git
synced 2025-12-14 10:25:42 +00:00
Problem:
Test often fails in cirrus (bsd) ci:
FAILED test/functional/terminal/channel_spec.lua @ 149: no crash when TermOpen autocommand processes job exit event when using jobstart(…,{term=true})
test/functional/terminal/channel_spec.lua:158: Row 1 did not match.
Expected:
|*^ready $ foobar |
|* |
|*[Process exited 0] |
| |
Actual:
|*^ready $ |
|*[Process exited 0] |
|* |
| |
Solution:
Use one printf call instead of multiple.