mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Disable one tab-bar-test case on macOS
The test works when run interactively and in batch mode started from a terminal, but not from M-x compile. * test/lisp/tab-bar-tests.el (tab-bar-tests-quit-restore-window): Disable on macOS when TERM=dumb.
This commit is contained in:
parent
11915c6acb
commit
eed2fce541
1 changed files with 3 additions and 0 deletions
|
|
@ -56,6 +56,9 @@
|
|||
;; Skip test on MS-Windows in batch mode, since terminal
|
||||
;; frames cannot be created in that case.
|
||||
('windows-nt noninteractive)
|
||||
;; This test is unreliable on macOS when run in batch mode
|
||||
;; from Emacs (M-x compile).
|
||||
('darwin (equal (getenv "TERM") "dumb"))
|
||||
;; Emba runs the container without "--tty"
|
||||
;; (the environment variable "TERM" is nil), and this
|
||||
;; test fails with '(error "Could not open file: /dev/tty")'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue