diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 6553421c5bc..468ed4a36ff 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el | |||
| @@ -1380,8 +1380,10 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." | |||
| 1380 | 1380 | ||
| 1381 | (unwind-protect | 1381 | (unwind-protect |
| 1382 | (progn | 1382 | (progn |
| 1383 | ;; Method and host name in completion mode. | 1383 | ;; Method and host name in completion mode. This kind of |
| 1384 | (when (tramp-completion-mode-p) | 1384 | ;; completion does not work on MS Windows. |
| 1385 | (when (and (tramp-completion-mode-p) | ||
| 1386 | (not (memq system-type '(cygwin windows-nt)))) | ||
| 1385 | (unless (zerop (length method)) | 1387 | (unless (zerop (length method)) |
| 1386 | (should | 1388 | (should |
| 1387 | (member | 1389 | (member |