mirror of
https://github.com/neovim/neovim.git
synced 2025-11-30 22:20:42 +00:00
It would previously fail with `set shell=sh` (no slash). For the test itself we can just use a non-existing (fake) shell, because it is only about the verbose output. Ref: https://github.com/neovim/neovim/issues/9330