mirror of
https://github.com/neovim/neovim.git
synced 2026-09-07 06:27:35 +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