neovim.tests.can_require_transitive_deps: fix running
it would hang without ever exiting neovim
This commit is contained in:
@@ -302,7 +302,7 @@ rec {
|
||||
runTest nvim-with-luasnip ''
|
||||
export HOME=$TMPDIR
|
||||
cat ${nvim-with-luasnip}/bin/nvim
|
||||
${nvim-with-luasnip}/bin/nvim -i NONE --cmd "lua require'jsregexp'" -e
|
||||
${nvim-with-luasnip}/bin/nvim -i NONE --cmd "lua require'jsregexp'" -e +quitall!
|
||||
'';
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user