emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1dd7a87: Fix Tramp test


From: Michael Albinus
Subject: master 1dd7a87: Fix Tramp test
Date: Fri, 19 Nov 2021 14:32:37 -0500 (EST)

branch: master
commit 1dd7a8779031e156801ed66b4d55c785cb2cdb83
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Fix Tramp test
    
    * test/lisp/net/tramp-tests.el (tramp-test07-abbreviate-file-name):
    Skip Ange FTP test.
---
 test/lisp/net/tramp-tests.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 98269d5..5f2241c 100644
--- 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 "~".



reply via email to

[Prev in Thread] Current Thread [Next in Thread]