diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-02-06 20:20:31 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-02-06 20:20:31 +0200 |
commit | a3b182954ccf10a0c21568bd91f7725db575690e (patch) | |
tree | 88bb6e0ceb99a884f00bf7a3fc840552e61ce6b8 /test/src | |
parent | d640ec27183c9424daaf2d5dcb683ed1ff39d036 (diff) | |
download | emacs-a3b182954ccf10a0c21568bd91f7725db575690e.tar.gz emacs-a3b182954ccf10a0c21568bd91f7725db575690e.tar.bz2 emacs-a3b182954ccf10a0c21568bd91f7725db575690e.zip |
; Fix last change
Diffstat (limited to 'test/src')
-rw-r--r-- | test/src/process-tests.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/src/process-tests.el b/test/src/process-tests.el index 950d0814c2a..b2e0ec19de1 100644 --- a/test/src/process-tests.el +++ b/test/src/process-tests.el @@ -881,8 +881,7 @@ Return nil if FILENAME doesn't exist." ;; Bug#46284 (ert-deftest process-sentinel-interrupt-event () - "Test that interrupting a process on MS-Windows sends the - \"interrupt\" event to the process sentinel." + "Test that interrupting a process on Windows sends \"interrupt\" to sentinel." (skip-unless (eq system-type 'windows-nt)) (with-temp-buffer (let* ((proc-buf (current-buffer)) |