summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2022-05-29 13:31:32 +0200
committerMichael Albinus <michael.albinus@gmx.de>2022-05-29 13:31:32 +0200
commit1b7b69e764370288583aeeda38069a3c8f9ec912 (patch)
tree098171a03f8aef13b9a7bc8265f8339a108d5e01 /test
parentf9ee83bfb9f09a32ca8c15385f0cd3ec12ebde8c (diff)
downloademacs-1b7b69e764370288583aeeda38069a3c8f9ec912.tar.gz
Some Tramp cleanup on MS Windows
* lisp/net/tramp.el (tramp-restricted-shell-hosts-alist): Do not add localhost when `tramp-encoding-shell' is a POSIX shell. * test/lisp/net/tramp-tests.el (tramp-test31-interrupt-process): Skip on MS Windows.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/net/tramp-tests.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index dbf62dbc1cf..61fa6a5ae4e 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -5019,6 +5019,7 @@ If UNSTABLE is non-nil, the test is tagged as `:unstable'."
'(: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))