aboutsummaryrefslogtreecommitdiff
path: root/test/functional/fixtures/streams-test.c
Commit message (Collapse)AuthorAge
* fixup! tests: fix system_spec when run with clipboard manager (#10956)Jan Edmund Lazo2021-06-05
| | | | | | uv_process_options_t "args" member was set to a local array from stack. when uv_process_options_t variable is outside the function. https://pvs-studio.com/en/docs/warnings/v507/
* Add PVS comment to new source filesJames McCoy2020-11-10
|
* tests: fix system_spec when run with clipboard manager (#10956)Daniel Hahler2019-09-12
* tests: move os_kill to functional helpers * tests: fix system_spec when run with clipboard manager Replaces "xclip" with a dedicated helper program. Fixes: https://github.com/neovim/neovim/issues/4900#issuecomment-501866842