Fix Tramp test

* test/lisp/net/tramp-tests.el (tramp-test07-abbreviate-file-name):
Skip Ange FTP test.
This commit is contained in:
Michael Albinus 2021-11-19 20:32:29 +01:00
parent 0d9aa424f7
commit 1dd7a87790

View file

@ -2293,6 +2293,7 @@ This checks also `file-name-as-directory', `file-name-directory',
"Check that Tramp abbreviates file names correctly."
(skip-unless (tramp--test-enabled))
(skip-unless (tramp--test-emacs29-p))
(skip-unless (tramp--test-ange-ftp-p))
(let* ((remote-host (file-remote-p tramp-test-temporary-file-directory))
;; Not all methods can expand "~".