diff options
| author | Stefan Kangas | 2021-09-26 01:53:56 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2021-09-26 17:53:23 +0200 |
| commit | 8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b (patch) | |
| tree | 6daad156b285e27c95d4afb3f7d0e4773032961b /test/src/process-tests.el | |
| parent | 4cc43449432427817400bad12e7ef722e6591a21 (diff) | |
| download | emacs-8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b.tar.gz emacs-8bb28e740dd2cc8058d7833dd60b0ef9a8765c1b.zip | |
; Minor stylistic checkdoc fixes in test/**/*.el
Diffstat (limited to 'test/src/process-tests.el')
| -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 9bab523708e..e39f57d23be 100644 --- a/test/src/process-tests.el +++ b/test/src/process-tests.el | |||
| @@ -745,7 +745,7 @@ Return nil if that can't be determined." | |||
| 745 | process-tests--EMFILE-message) | 745 | process-tests--EMFILE-message) |
| 746 | 746 | ||
| 747 | (ert-deftest process-tests/sentinel-called () | 747 | (ert-deftest process-tests/sentinel-called () |
| 748 | "Check that sentinels are called after processes finish" | 748 | "Check that sentinels are called after processes finish." |
| 749 | (let ((command (process-tests--emacs-command))) | 749 | (let ((command (process-tests--emacs-command))) |
| 750 | (skip-unless command) | 750 | (skip-unless command) |
| 751 | (dolist (conn-type '(pipe pty)) | 751 | (dolist (conn-type '(pipe pty)) |