mirror of
https://github.com/neovim/neovim.git
synced 2026-05-27 07:18:36 +00:00
Problem: tests: test_clientserver may fail on slower systems
Solution: Wait for argc() before checking argv() (James McCoy).
On slower systems, the argv() check may run before the server has
populated the arg list.
Add a wait for argc() to be 3 to be more tolerant of such systems
closes: vim/vim#19974
9d95410aa4
Co-authored-by: James McCoy <jamessan@jamessan.com>