From: Eli Zaretskii Date: Tue, 15 Apr 2025 06:45:16 +0000 (+0300) Subject: ; Fix tab-bar-tests on MS-Windows X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=12f0d8d3f5b31a17124ebad2b611307b3aab9b70;p=emacs.git ; 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. (cherry picked from commit c3fe19aab90c3da68e9a8a48dbfb011317041d1a) --- diff --git a/test/lisp/tab-bar-tests.el b/test/lisp/tab-bar-tests.el index a26d15ce977..450713ce228 100644 --- a/test/lisp/tab-bar-tests.el +++ b/test/lisp/tab-bar-tests.el @@ -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"))))