diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index af8174e436..1ca17cb3df 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -432,7 +432,7 @@ for g:testfunc in sort(s:tests) " tests pending for now before a more proper fix is implemented. call extend(s:messages, [ \ 'Flaky test failed too often, giving up', - \ 'MacVim marked ' . s:test . ' as pending', + \ 'MacVim marked ' . g:testfunc . ' as pending', \ ]) let v:errors = [] endif