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:
zeertzjq
2025-02-12 07:49:08 +08:00
committed by GitHub
parent ac768996b2
commit 00d75a24cf

View File

@ -391,7 +391,7 @@ endfunc
func Test_echo_verbose_system()
CheckRunVimInTerminal
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})
call term_sendkeys(buf, ":4 verbose echo system('seq 20')\<CR>")