diff options
| author | Basil L. Contovounesios | 2026-01-28 09:01:42 +0100 |
|---|---|---|
| committer | Basil L. Contovounesios | 2026-01-28 10:29:46 +0100 |
| commit | 89dad017639265c313fd0e90f02e00c2a1cfea84 (patch) | |
| tree | 6bc0e51da0b9b3ccc3cc5ff1404227de6d7245ac /test/src | |
| parent | 69dc5d3f0ed04d3c0b08b8e09efe62a279fa8962 (diff) | |
| download | emacs-89dad017639265c313fd0e90f02e00c2a1cfea84.tar.gz emacs-89dad017639265c313fd0e90f02e00c2a1cfea84.zip | |
; Fix last change to test/src/process-tests.el.
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/process-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 108 | (goto-char (point-min)) | 108 | (goto-char (point-min)) |
| 109 | ;; Instrument for bug#80166. | 109 | ;; Instrument for bug#80166. |
| 110 | (when (getenv "EMACS_EMBA_CI") | 110 | (when (getenv "EMACS_EMBA_CI") |
| 111 | (message "stderr\n%s" (buffer-string)) | 111 | (message "stderr\n%s" (buffer-string))) |
| 112 | (looking-at "hello stderr!")))))) | 112 | (looking-at "hello stderr!")))))) |
| 113 | 113 | ||
| 114 | (ert-deftest process-test-stderr-filter () | 114 | (ert-deftest process-test-stderr-filter () |