neovim/test/functional/terminal
James McCoy 94deea8da0
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.

(cherry picked from commit 8861ad83fd)
2024-01-06 09:45:05 -05:00
..
altscreen_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
api_spec.lua fix(tui): grid_clear properly clears the screen 2023-05-09 19:29:14 +00:00
buffer_spec.lua fix(terminal): forward horizontal mouse scrolling 2023-08-04 10:34:55 +08:00
channel_spec.lua fix(terminal): assign channel to terminal earlier 2023-10-25 10:02:16 +08:00
cursor_spec.lua test: reduce flakiness 2023-07-28 15:57:57 +08:00
edit_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
ex_terminal_spec.lua test: :terminal when 'shell' uses backslashes 2023-11-30 08:00:09 +08:00
helpers.lua test: reduce flakiness 2023-07-28 15:57:57 +08:00
highlight_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
mouse_spec.lua fix(terminal): check if mouse on statusline/tabline/winbar/vsep (#26892) 2024-01-05 03:00:12 +00:00
scrollback_spec.lua test: reduce flakiness 2023-07-28 15:57:57 +08:00
tui_spec.lua fix(test/tui_spec): pass the expected NULL-sentinel to execl() 2024-01-06 09:45:05 -05:00
window_spec.lua fix(terminal): check terminal size at end of screen update 2023-10-04 07:29:24 +08:00
window_split_tab_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00