emacs-diffs
[Top][All Lists]
Advanced

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

master 67dea8143f1: Fix last change


From: Michael Albinus
Subject: master 67dea8143f1: Fix last change
Date: Fri, 10 Feb 2023 12:07:10 -0500 (EST)

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

    Fix last change
---
 test/lisp/net/tramp-tests.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index a9f22369231..85714e79bc0 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -4641,7 +4641,9 @@ This tests also `make-symbolic-link', `file-truename' and 
`add-name-to-file'."
 ;; TODO: Add tests for user names and multi-hop file names.
 (ert-deftest tramp-test26-interactive-file-name-completion ()
   "Check interactive completion with different `completion-styles'."
-  ;; Method and host name in completion mode.  This kind of completion
+  (tramp-cleanup-connection tramp-test-vec nil 'keep-password)
+
+;; Method and host name in completion mode.  This kind of completion
   ;; does not work on MS Windows.
   (unless (memq system-type '(cygwin windows-nt))
     (let ((method (file-remote-p ert-remote-temporary-file-directory 'method))



reply via email to

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