mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
vim-patch:9.1.1104: CI: using Ubuntu 22.04 Github runners (#32409)
Problem: CI: uses Ubuntu 22.04 runners
Solution: Switch to Ubuntu 24.04 runners, make a few adjustments for
different $TMPDIR (Drew Vogel)
closes: vim/vim#16442
f0ed0e6f63
Co-authored-by: Drew Vogel <dvogel@github>
This commit is contained in:
@@ -391,7 +391,7 @@ endfunc
|
|||||||
func Test_echo_verbose_system()
|
func Test_echo_verbose_system()
|
||||||
CheckRunVimInTerminal
|
CheckRunVimInTerminal
|
||||||
CheckUnix " needs the "seq" command
|
CheckUnix " needs the "seq" command
|
||||||
CheckNotMac " doesn't use /tmp
|
CheckNotMac " the macos TMPDIR is too long for snapshot testing
|
||||||
|
|
||||||
let buf = RunVimInTerminal('', {'rows': 10})
|
let buf = RunVimInTerminal('', {'rows': 10})
|
||||||
call term_sendkeys(buf, ":4 verbose echo system('seq 20')\<CR>")
|
call term_sendkeys(buf, ":4 verbose echo system('seq 20')\<CR>")
|
||||||
|
Reference in New Issue
Block a user