; 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.
This commit is contained in:
parent
e790873be1
commit
c3fe19aab9
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
|||
(tab-bar-tabs-set nil))
|
||||
|
||||
(ert-deftest tab-bar-tests-quit-restore-window ()
|
||||
(skip-when (and noninteractive (eq system-type 'windows-nt)))
|
||||
(let* ((frame-params (when noninteractive
|
||||
'((window-system . nil)
|
||||
(tty-type . "linux"))))
|
||||
|
|
Loading…
Add table
Reference in a new issue