aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Kangas2022-05-30 06:30:24 +0200
committerStefan Kangas2022-05-30 06:30:24 +0200
commit52d41f2750c0f66d7f7ba8e198832734fe750fa5 (patch)
tree590978976bf7d3889b7d3ae7bab5d5144b1d30cd /test
parent48ef8ab15f0e884ac97736d1d24af7eecf9313cc (diff)
parent1b7b69e764370288583aeeda38069a3c8f9ec912 (diff)
downloademacs-52d41f2750c0f66d7f7ba8e198832734fe750fa5.tar.gz
emacs-52d41f2750c0f66d7f7ba8e198832734fe750fa5.zip
Merge from origin/emacs-28
1b7b69e764 Some Tramp cleanup 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 1532cbe0493..569e9506d1e 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -5092,6 +5092,7 @@ If UNSTABLE is non-nil, the test is tagged as `:unstable'."
5092 :tags '(:expensive-test :tramp-asynchronous-processes :unstable) 5092 :tags '(:expensive-test :tramp-asynchronous-processes :unstable)
5093 (skip-unless (tramp--test-enabled)) 5093 (skip-unless (tramp--test-enabled))
5094 (skip-unless (tramp--test-sh-p)) 5094 (skip-unless (tramp--test-sh-p))
5095 (skip-unless (not (tramp--test-windows-nt-p)))
5095 (skip-unless (not (tramp--test-crypt-p))) 5096 (skip-unless (not (tramp--test-crypt-p)))
5096 ;; Since Emacs 27.1. 5097 ;; Since Emacs 27.1.
5097 (skip-unless (macrop 'with-connection-local-variables)) 5098 (skip-unless (macrop 'with-connection-local-variables))