`tramp-current-connection'.
+2013-11-16 Michael Albinus <michael.albinus@gmx.de>
+
+ * net/tramp-cmds.el (tramp-cleanup-connection): Clean up
+ `tramp-current-connection'.
+
2013-11-15 Dmitry Gutov <dgutov@yandex.ru>
* progmodes/ruby-mode.el (ruby-font-lock-keywords): End regexp for
;; Nothing to do.
(message "No Tramp connection found.")
+ ;; Cleanup `tramp-current-connection'. Otherwise, we would be
+ ;; suppressed in the test suite.
+ (setq tramp-current-connection nil)
+
;; Flush password cache.
(unless keep-password (tramp-clear-passwd vec))