neovim/test
Thiago de Arruda 11fa4f42fd test: Remove nondeterminism in systemlist interrupt tests
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.
2015-02-06 15:24:08 -03:00
..
config Add automatic generation of headers 2014-06-02 11:04:17 -03:00
functional test: Remove nondeterminism in systemlist interrupt tests 2015-02-06 15:24:08 -03:00
includes os_open: add unit tests 2014-07-14 09:05:52 -04:00
unit test: fix formatc.lua oddity on OSX/gcc 2015-01-16 21:45:00 +01:00