; Fix last change to test/src/process-tests.el.

This commit is contained in:
Basil L. Contovounesios 2026-01-28 09:01:42 +01:00
parent 69dc5d3f0e
commit 89dad01763

View file

@ -108,7 +108,7 @@ process to complete."
(goto-char (point-min))
;; Instrument for bug#80166.
(when (getenv "EMACS_EMBA_CI")
(message "stderr\n%s" (buffer-string))
(message "stderr\n%s" (buffer-string)))
(looking-at "hello stderr!"))))))
(ert-deftest process-test-stderr-filter ()