]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 10 Feb 2023 17:07:00 +0000 (18:07 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 10 Feb 2023 17:07:00 +0000 (18:07 +0100)
test/lisp/net/tramp-tests.el

index a9f22369231baeb523908d85b3c2fdf27dc9f5e9..85714e79bc028af425423a6e9d56cb2ddc294832 100644 (file)
@@ -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))