neovim.tests.nvim_autowrap: remove warning

This commit is contained in:
Matthieu Coudron 2023-09-26 22:24:02 +02:00
parent 7d810bf8a4
commit 61b61a20fc

View File

@ -212,7 +212,7 @@ rec {
# having no RC generated should autodisable init.vim wrapping
nvim_autowrap = runTest nvim_via_override ''
! grep "-u" ${nvimShouldntWrap}/bin/nvim
! grep ${nvimShouldntWrap}/bin/nvim
'';