*** /tmp/ediff7ZRJwF 2020-09-05 17:54:46.315839349 +0200 --- /home/albinus/src/tramp/test/tramp-tests.el 2020-09-05 17:53:23.687580606 +0200 *************** *** 4498,4508 **** ;; Read output. (with-timeout (10 (tramp--test-timeout-handler)) (while (accept-process-output proc 0 nil t))) ! (should ! (string-match ! (if (eq system-type 'windows-nt) ! "unknown signal\n\\'" "killed.*\n\\'") ! (buffer-string)))) ;; Cleanup. (ignore-errors (delete-process proc))) --- 4498,4504 ---- ;; Read output. (with-timeout (10 (tramp--test-timeout-handler)) (while (accept-process-output proc 0 nil t))) ! (should (string-match "unknown signal\\|killed" (buffer-string)))) ;; Cleanup. (ignore-errors (delete-process proc)))