diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2015-02-06 15:11:04 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2015-02-06 15:24:08 -0300 |
commit | 11fa4f42fd7cf02b9bf28dfe4e77fa3f4910c1c2 (patch) | |
tree | 7e7068df2451c7a1574d7e4e9be35eb6fb511a22 /src/nvim/api/private/helpers.c | |
parent | 281cd3856cc2b14ccb05f77953bf16cd45cf92a3 (diff) | |
download | rneovim-11fa4f42fd7cf02b9bf28dfe4e77fa3f4910c1c2.tar.gz rneovim-11fa4f42fd7cf02b9bf28dfe4e77fa3f4910c1c2.tar.bz2 rneovim-11fa4f42fd7cf02b9bf28dfe4e77fa3f4910c1c2.zip |
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.
Diffstat (limited to 'src/nvim/api/private/helpers.c')
0 files changed, 0 insertions, 0 deletions