emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 6c5574f9248: * test/lisp/net/tramp-tests.el (tramp-test49-unload)


From: Michael Albinus
Subject: master 6c5574f9248: * test/lisp/net/tramp-tests.el (tramp-test49-unload): Extend test.
Date: Wed, 5 Jul 2023 05:34:12 -0400 (EDT)

branch: master
commit 6c5574f9248380750cb30ea37922678c4d44a776
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * test/lisp/net/tramp-tests.el (tramp-test49-unload): Extend test.
---
 test/lisp/net/tramp-tests.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 869bc63a544..51980e335e7 100644
--- 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]