emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 3ea6a4d: Skip an rsync test in tramp-tests.el


From: Michael Albinus
Subject: [Emacs-diffs] emacs-26 3ea6a4d: Skip an rsync test in tramp-tests.el
Date: Thu, 19 Oct 2017 11:47:31 -0400 (EDT)

branch: emacs-26
commit 3ea6a4d4baf67ae88dc8041c6247e9f0e3cd1eab
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    Skip an rsync test in tramp-tests.el
    
    * test/lisp/net/tramp-tests.el (tramp-test17-dired-with-wildcards):
    Skip for "rsync".
---
 test/lisp/net/tramp-tests.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 7cc0779..c88abbf 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -2346,6 +2346,7 @@ This tests also `file-directory-p' and 
`file-accessible-directory-p'."
   "Check `dired' with wildcards."
   (skip-unless (tramp--test-enabled))
   (skip-unless (tramp--test-sh-p))
+  (skip-unless (not (tramp--test-rsync-p)))
   ;; Since Emacs 26.1.
   (skip-unless (fboundp 'insert-directory-wildcard-in-dir-p))
 
@@ -4394,6 +4395,7 @@ Since it unloads Tramp, it shall be the last test to run."
 ;; * Fix `tramp-test05-expand-file-name-relative' in `expand-file-name'.
 ;; * Fix `tramp-test06-directory-file-name' for `ftp'.
 ;; * Fix `tramp-test27-start-file-process' on MS Windows (`process-send-eof'?).
+;; * Fix `tramp-test28-interrupt-process', timeout doesn't work reliably.
 ;; * Fix Bug#16928 in `tramp-test38-asynchronous-requests'.
 
 (defun tramp-test-all (&optional interactive)



reply via email to

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