aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/old/testdir/test_messages.vim2
1 files changed, 1 insertions, 1 deletions
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')\<CR>")