diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-03-14 02:12:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 09:12:26 +0800 |
commit | 3e8955094a615f2a805350050bc1703a294b1b85 (patch) | |
tree | 0e5a98e591ae1f491cd0738f7128c714a4516919 /test/functional/lua/vim_spec.lua | |
parent | f01f18cdf4ffc3ce035db5fde2f45493eebb7fd9 (diff) | |
download | rneovim-3e8955094a615f2a805350050bc1703a294b1b85.tar.gz rneovim-3e8955094a615f2a805350050bc1703a294b1b85.tar.bz2 rneovim-3e8955094a615f2a805350050bc1703a294b1b85.zip |
test: re-bundle cat on windows (#21255)
The builtin cat was removed in 4bc9229ecbec514e9a87cfc4be88ea27a971e9a1
as it is not used during runtime but only for tests. However, it is a
very small and useful utility program that we need for a lot of our
tests, so there's no harm in bundling it, and it helps us avoid
complicating our build system by having two versions of neovim (neovim
for users and neovim for testing).
Also skip tests if "grep" or "sleep" isn't available.
Diffstat (limited to 'test/functional/lua/vim_spec.lua')
0 files changed, 0 insertions, 0 deletions