diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2022-12-02 18:26:04 +0100 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2022-12-02 18:26:50 +0100 |
commit | 1e36ad9458e8deacfc85da573bb0ca0f270d4802 (patch) | |
tree | 1eb604a37d73444c55efe222b6b3b9e97710ad0d /test/lisp/server-tests.el | |
parent | 54633fcd761f8fa2d10a2a653361d6b7b6ff10f2 (diff) | |
download | emacs-1e36ad9458e8deacfc85da573bb0ca0f270d4802.tar.gz emacs-1e36ad9458e8deacfc85da573bb0ca0f270d4802.tar.bz2 emacs-1e36ad9458e8deacfc85da573bb0ca0f270d4802.zip |
; server-tests: remove CI debugging
Diffstat (limited to 'test/lisp/server-tests.el')
-rw-r--r-- | test/lisp/server-tests.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/lisp/server-tests.el b/test/lisp/server-tests.el index f08c5bce5d5..ebf84481c61 100644 --- a/test/lisp/server-tests.el +++ b/test/lisp/server-tests.el @@ -25,7 +25,6 @@ (defconst server-tests/can-create-frames-p (and (not (memq system-type '(windows-nt ms-dos))) - nil (not (member (getenv "TERM") '("dumb" "" nil)))) "Non-nil if we can create a new frame in the tests. Some tests below need to create new frames for the emacsclient. @@ -119,8 +118,6 @@ process's status matches it." (ert-deftest server-tests/server-start/sets-minor-mode () "Ensure that calling `server-start' also sets `server-mode' properly." - (message "TERM=%S" (getenv "TERM")) - (should nil) (server-tests/with-server ;; Make sure starting the server activates the minor mode. (should (eq server-mode t)) |