projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d9aa42
)
Fix Tramp test
author
Michael Albinus
<michael.albinus@gmx.de>
Fri, 19 Nov 2021 19:32:29 +0000
(20:32 +0100)
committer
Michael Albinus
<michael.albinus@gmx.de>
Fri, 19 Nov 2021 19:32:29 +0000
(20:32 +0100)
* test/lisp/net/tramp-tests.el (tramp-test07-abbreviate-file-name):
Skip Ange FTP test.
test/lisp/net/tramp-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/net/tramp-tests.el
b/test/lisp/net/tramp-tests.el
index 98269d5fa3945b356b7c4b633b94d323b711dd9b..5f2241c5f7fb84cbf4c26bf925d861f059145af1 100644
(file)
--- a/
test/lisp/net/tramp-tests.el
+++ b/
test/lisp/net/tramp-tests.el
@@
-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 "~".