* test/lisp/net/tramp-tests.el (tramp-test49-unload): Extend test.
This commit is contained in:
parent
2dc7798449
commit
6c5574f924
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue