neovim/test/functional/options
Justin M. Keyes 96128a5076 feat(startup): validate --listen address
Problem:
`nvim --listen` does not error on EADDRINUSE. #30123

Solution:
Now that `$NVIM_LISTEN_ADDRESS` is deprecated and input *only* (instead
of the old, ambiguous situation where it was both an input *and* an
output), we can be fail fast instead of trying to "recover". This
reverts the "recovery" behavior of
704ba4151e, but that was basically
a workaround for the fragility of `$NVIM_LISTEN_ADDRESS`.
2024-09-02 22:41:41 +02:00
..
autochdir_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
chars_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
cursorbind_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
defaults_spec.lua feat(startup): validate --listen address 2024-09-02 22:41:41 +02:00
keymap_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
modified_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
mousescroll_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
num_options_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
shortmess_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
tabstop_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
winfixbuf_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00