aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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 9667b34c667..cb30a360225 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -2998,6 +2998,8 @@ This tests also `file-directory-p' and `file-accessible-directory-p'."
2998 (skip-unless (tramp--test-enabled)) 2998 (skip-unless (tramp--test-enabled))
2999 (skip-unless (tramp--test-sh-p)) 2999 (skip-unless (tramp--test-sh-p))
3000 (skip-unless (not (tramp--test-rsync-p))) 3000 (skip-unless (not (tramp--test-rsync-p)))
3001 ;; Wildcards are not supported in tramp-crypt.el.
3002 (skip-unless (not (tramp--test-crypt-p)))
3001 ;; Since Emacs 26.1. 3003 ;; Since Emacs 26.1.
3002 (skip-unless (fboundp 'insert-directory-wildcard-in-dir-p)) 3004 (skip-unless (fboundp 'insert-directory-wildcard-in-dir-p))
3003 3005