]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge from origin/emacs-28
authorStefan Kangas <stefan@marxist.se>
Mon, 30 May 2022 04:30:24 +0000 (06:30 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 30 May 2022 04:30:24 +0000 (06:30 +0200)
1b7b69e764 Some Tramp cleanup on MS Windows

1  2 
lisp/net/tramp.el
test/lisp/net/tramp-tests.el

Simple merge
index 1532cbe04938da32b5df8c8a59d18392b961a9e9,61fa6a5ae4ee33a5bc126857915e779a4fccb22e..569e9506d1efdf93988c0a7c4f6137b5eef89911
@@@ -5088,13 -5014,15 +5088,14 @@@ If UNSTABLE is non-nil, the test is tag
  
  (ert-deftest tramp-test31-interrupt-process ()
    "Check `interrupt-process'."
 -  :tags (append '(:expensive-test :tramp-asynchronous-processes)
 -              (and (or (getenv "EMACS_HYDRA_CI") (getenv "EMACS_EMBA_CI"))
 -                   '(:unstable)))
 +  ;; The final `process-live-p' check does not run sufficiently.
 +  :tags '(:expensive-test :tramp-asynchronous-processes :unstable)
    (skip-unless (tramp--test-enabled))
    (skip-unless (tramp--test-sh-p))
+   (skip-unless (not (tramp--test-windows-nt-p)))
    (skip-unless (not (tramp--test-crypt-p)))
 -  ;; Since Emacs 26.1.
 -  (skip-unless (boundp 'interrupt-process-functions))
 +  ;; Since Emacs 27.1.
 +  (skip-unless (macrop 'with-connection-local-variables))
  
    ;; We must use `file-truename' for the temporary directory, in
    ;; order to establish the connection prior running an asynchronous