Skip to content

Commit c3fe19a

Browse files
committed
; Fix tab-bar-tests on MS-Windows
* test/lisp/tab-bar-tests.el (tab-bar-tests-quit-restore-window): Skip test on MS-Windows in batch mode, since terminal frames cannot be created in that case.
1 parent e790873 commit c3fe19a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/lisp/tab-bar-tests.el

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
(tab-bar-tabs-set nil))
5353

5454
(ert-deftest tab-bar-tests-quit-restore-window ()
55+
(skip-when (and noninteractive (eq system-type 'windows-nt)))
5556
(let* ((frame-params (when noninteractive
5657
'((window-system . nil)
5758
(tty-type . "linux"))))

0 commit comments

Comments
 (0)