mirror of
https://github.com/neovim/neovim.git
synced 2025-01-01 17:23:36 -07:00
11fa4f42fd
The systemlist test currently calls the `echo` command which can potentially complete before being interrupted, causing random test failures. Use `yes | xargs` instead. A `yes` invocation that is not piped through `xargs` can produce a huge amount of lines in a very short time, leading memory starvation when the result is being converted into a list. `xargs` ensures only one line of output will be produced while allowing interrupt to be tested. |
||
---|---|---|
.. | ||
config | ||
functional | ||
includes | ||
unit |