From 67dea8143f1876598a6ab477c17f34b5b269dc50 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 10 Feb 2023 18:07:00 +0100 Subject: [PATCH] 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)) -- 2.39.5