]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change
authorEli Zaretskii <eliz@gnu.org>
Sat, 6 Feb 2021 18:20:31 +0000 (20:20 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 6 Feb 2021 18:20:31 +0000 (20:20 +0200)
test/src/process-tests.el

index 950d0814c2a091cdf5699084da9a7ac3267e078c..b2e0ec19de1fcccfe3ba8565778ad743bcd62acf 100644 (file)
@@ -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))