From 00d75a24cfb74e8f35d73ebb0e59a7b9248950c1 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Wed, 12 Feb 2025 07:49:08 +0800 Subject: [PATCH] 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 --- test/old/testdir/test_messages.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/old/testdir/test_messages.vim b/test/old/testdir/test_messages.vim index bfead20142..391c2db493 100644 --- 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')\")