aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2017-10-19 13:37:23 +0200
committerMichael Albinus2017-10-19 17:47:14 +0200
commit3ea6a4d4baf67ae88dc8041c6247e9f0e3cd1eab (patch)
tree5c3d589c1ed7bfd58a0395c6f32ec75bdb51cd04
parent25f83fa7c527f318b6e53c8a9ae32bdc629b32c2 (diff)
downloademacs-3ea6a4d4baf67ae88dc8041c6247e9f0e3cd1eab.tar.gz
emacs-3ea6a4d4baf67ae88dc8041c6247e9f0e3cd1eab.zip
Skip an rsync test in tramp-tests.el
* test/lisp/net/tramp-tests.el (tramp-test17-dired-with-wildcards): Skip for "rsync".
-rw-r--r--test/lisp/net/tramp-tests.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 7cc0779b81c..c88abbfcb26 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'."
2346 "Check `dired' with wildcards." 2346 "Check `dired' with wildcards."
2347 (skip-unless (tramp--test-enabled)) 2347 (skip-unless (tramp--test-enabled))
2348 (skip-unless (tramp--test-sh-p)) 2348 (skip-unless (tramp--test-sh-p))
2349 (skip-unless (not (tramp--test-rsync-p)))
2349 ;; Since Emacs 26.1. 2350 ;; Since Emacs 26.1.
2350 (skip-unless (fboundp 'insert-directory-wildcard-in-dir-p)) 2351 (skip-unless (fboundp 'insert-directory-wildcard-in-dir-p))
2351 2352
@@ -4394,6 +4395,7 @@ Since it unloads Tramp, it shall be the last test to run."
4394;; * Fix `tramp-test05-expand-file-name-relative' in `expand-file-name'. 4395;; * Fix `tramp-test05-expand-file-name-relative' in `expand-file-name'.
4395;; * Fix `tramp-test06-directory-file-name' for `ftp'. 4396;; * Fix `tramp-test06-directory-file-name' for `ftp'.
4396;; * Fix `tramp-test27-start-file-process' on MS Windows (`process-send-eof'?). 4397;; * Fix `tramp-test27-start-file-process' on MS Windows (`process-send-eof'?).
4398;; * Fix `tramp-test28-interrupt-process', timeout doesn't work reliably.
4397;; * Fix Bug#16928 in `tramp-test38-asynchronous-requests'. 4399;; * Fix Bug#16928 in `tramp-test38-asynchronous-requests'.
4398 4400
4399(defun tramp-test-all (&optional interactive) 4401(defun tramp-test-all (&optional interactive)