]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix Tramp test
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 19 Nov 2021 19:32:29 +0000 (20:32 +0100)
committerMichael 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

index 98269d5fa3945b356b7c4b633b94d323b711dd9b..5f2241c5f7fb84cbf4c26bf925d861f059145af1 100644 (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 "~".