From: Eli Zaretskii Date: Sat, 6 Feb 2021 18:20:31 +0000 (+0200) Subject: ; Fix last change X-Git-Tag: emacs-28.0.90~3902 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a3b182954ccf10a0c21568bd91f7725db575690e;p=emacs.git ; Fix last change --- 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))