neovim/test/functional/terminal
James McCoy 8861ad83fd
fix(test/tui_spec): pass the expected NULL-sentinel to execl()
Since execl() is a variadic function, it requries a NULL-terminal to
indicate the end of its argument list, c.f. exec(3)

> The first argument, by convention, should point to the filename
> associated with the file being executed.  The list of arguments *must*
> be terminated by a null pointer

This fixes the failure seen on aarch64 and i386, due to garbage data
being considered part of the variadic arguments.
2024-01-06 06:57:31 -05:00
..
altscreen_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
api_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
buffer_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
channel_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
cursor_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
edit_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
ex_terminal_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
helpers.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
highlight_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
mouse_spec.lua fix(terminal): check if mouse on statusline/tabline/winbar/vsep (#26892) 2024-01-05 10:59:52 +08:00
scrollback_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
tui_spec.lua fix(test/tui_spec): pass the expected NULL-sentinel to execl() 2024-01-06 06:57:31 -05:00
window_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
window_split_tab_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00