Adapt tab-bar-tests-quit-restore-window for emba.
* test/lisp/tab-bar-tests.el (tab-bar-tests-quit-restore-window): Skip unless system-type is 'gnu/linux' and "TERM" is non-nil that is nil on emba.
This commit is contained in:
parent
2808bef252
commit
054a181d2d
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
(tab-bar-tabs-set nil))
|
||||
|
||||
(ert-deftest tab-bar-tests-quit-restore-window ()
|
||||
(skip-when (and noninteractive (eq system-type 'windows-nt)))
|
||||
(skip-unless (and (eq system-type 'gnu/linux) (getenv "TERM")))
|
||||
(let* ((frame-params (when noninteractive
|
||||
'((window-system . nil)
|
||||
(tty-type . "linux"))))
|
||||
|
|
Loading…
Add table
Reference in a new issue