From 89dad017639265c313fd0e90f02e00c2a1cfea84 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Wed, 28 Jan 2026 09:01:42 +0100 Subject: [PATCH] ; Fix last change to test/src/process-tests.el. --- test/src/process-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/process-tests.el b/test/src/process-tests.el index 29e9d3323ce..2cc5b37b187 100644 --- a/test/src/process-tests.el +++ b/test/src/process-tests.el @@ -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 ()