aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lisp/net/tramp-tests.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 6876f20d41c..28147c48d6c 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -2501,6 +2501,8 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'."
2501 (let ((method (file-remote-p tramp-test-temporary-file-directory 'method)) 2501 (let ((method (file-remote-p tramp-test-temporary-file-directory 'method))
2502 (host (file-remote-p tramp-test-temporary-file-directory 'host)) 2502 (host (file-remote-p tramp-test-temporary-file-directory 'host))
2503 (orig-syntax tramp-syntax)) 2503 (orig-syntax tramp-syntax))
2504 (when (and (stringp host) (string-match tramp-host-with-port-regexp host))
2505 (setq host (match-string 1 host)))
2504 2506
2505 (unwind-protect 2507 (unwind-protect
2506 (dolist 2508 (dolist