projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dc7798
)
* test/lisp/net/tramp-tests.el (tramp-test49-unload): Extend test.
author
Michael Albinus
<michael.albinus@gmx.de>
Wed, 5 Jul 2023 09:33:57 +0000
(11:33 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Wed, 5 Jul 2023 09:33:57 +0000
(11:33 +0200)
test/lisp/net/tramp-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/net/tramp-tests.el
b/test/lisp/net/tramp-tests.el
index 869bc63a544f9a340cb97e208b30ab17e668dc5a..51980e335e777b6781cb908fddb0fab683618dde 100644
(file)
--- a/
test/lisp/net/tramp-tests.el
+++ b/
test/lisp/net/tramp-tests.el
@@
-8040,6
+8040,7
@@
Since it unloads Tramp, it shall be the last test to run."
(and (functionp x) (null (autoloadp (symbol-function x))))
(macrop x))
(string-prefix-p "tramp" (symbol-name x))
+ (string-match-p (rx bol "with" (| "tramp" "parsed")) (symbol-name x))
;; `tramp-completion-mode' is autoloaded in Emacs < 28.1.
(not (eq 'tramp-completion-mode x))
;; `tramp-register-archive-file-name-handler' is autoloaded