Fix Tramp test
* test/lisp/net/tramp-tests.el (tramp-test07-abbreviate-file-name): Skip Ange FTP test.
This commit is contained in:
parent
0d9aa424f7
commit
1dd7a87790
1 changed files with 1 additions and 0 deletions
|
@ -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 "~".
|
||||
|
|
Loading…
Add table
Reference in a new issue