From 2aa9b8f2c532036706733a587f477938083820fa Mon Sep 17 00:00:00 2001 From: Yee Cheng Chin Date: Tue, 20 Nov 2018 00:07:22 -0800 Subject: [PATCH] Disable test_timers also in non-GUI mode as well --- src/testdir/test_timers.vim | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/testdir/test_timers.vim b/src/testdir/test_timers.vim index 0e2fc8cd7a..1672c3ea3d 100644 --- a/src/testdir/test_timers.vim +++ b/src/testdir/test_timers.vim @@ -4,10 +4,9 @@ if !has('timers') finish endif -if has('gui_macvim') && has('gui_running') +if has('gui_macvim') " MacVim's GUI currently doesn't always pass these tests. Disable these - " tests for now when testing in GUI mode before a more proper fix is - " implemented. + " tests for now when testing before a more proper fix is implemented. finish endif