Skip to content

Commit 2aa9b8f

Browse files
committed
Disable test_timers also in non-GUI mode as well
1 parent dc42fa3 commit 2aa9b8f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/testdir/test_timers.vim

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ if !has('timers')
44
finish
55
endif
66

7-
if has('gui_macvim') && has('gui_running')
7+
if has('gui_macvim')
88
" MacVim's GUI currently doesn't always pass these tests. Disable these
9-
" tests for now when testing in GUI mode before a more proper fix is
10-
" implemented.
9+
" tests for now when testing before a more proper fix is implemented.
1110
finish
1211
endif
1312

0 commit comments

Comments
 (0)