]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/lisp/net/tramp-tests.el (tramp-test49-unload): Extend test.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 5 Jul 2023 09:33:57 +0000 (11:33 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 5 Jul 2023 09:33:57 +0000 (11:33 +0200)
test/lisp/net/tramp-tests.el

index 869bc63a544f9a340cb97e208b30ab17e668dc5a..51980e335e777b6781cb908fddb0fab683618dde 100644 (file)
@@ -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