mirror of
https://github.com/neovim/neovim.git
synced 2026-09-02 04:13:48 +00:00
Problem:0c091cedc2fixed the "immediate exit" but the 2s `nvim_get_proc()` check still fails on slow (ASAN) CI. Solution: Check the pid after the `screen:expect`. Anyway, `assert_nolog` is the "meaningful" part of the test since0c091cedc2.