]> git.eshelyaron.com Git - emacs.git/commitdiff
Skip an rsync test in tramp-tests.el
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 19 Oct 2017 11:37:23 +0000 (13:37 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 19 Oct 2017 15:47:14 +0000 (17:47 +0200)
* test/lisp/net/tramp-tests.el (tramp-test17-dired-with-wildcards):
Skip for "rsync".

test/lisp/net/tramp-tests.el

index 7cc0779b81cf74f0689903565d81a62f640d709f..c88abbfcb26a112b25eeba36bb5ff78f822f933d 100644 (file)
@@ -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)