commit 00d75a24cfb74e8f35d73ebb0e59a7b9248950c1
parent ac768996b295fe58256444a258911ec0fb9adc3f
Author: zeertzjq <zeertzjq@outlook.com>
Date: Wed, 12 Feb 2025 07:49:08 +0800
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
https://github.com/vim/vim/commit/f0ed0e6f6304d2eb6f43866126912c139778257d
Co-authored-by: Drew Vogel <dvogel@github>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/old/testdir/test_messages.vim b/test/old/testdir/test_messages.vim
@@ -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>")