diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 578da4171c7..9667b34c667 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el | |||
| @@ -2925,6 +2925,9 @@ This tests also `file-directory-p' and `file-accessible-directory-p'." | |||
| 2925 | ;; (this is performed by `dired'). If FULL is nil, it shows just | 2925 | ;; (this is performed by `dired'). If FULL is nil, it shows just |
| 2926 | ;; one file. So we refrain from testing. | 2926 | ;; one file. So we refrain from testing. |
| 2927 | (skip-unless (not (tramp--test-ange-ftp-p))) | 2927 | (skip-unless (not (tramp--test-ange-ftp-p))) |
| 2928 | ;; `insert-directory' of crypted remote directories works only since | ||
| 2929 | ;; Emacs 27.1. | ||
| 2930 | (skip-unless (or (not (tramp--test-crypt-p)) (tramp--test-emacs27-p))) | ||
| 2928 | 2931 | ||
| 2929 | (dolist (quoted (if (tramp--test-expensive-test) '(nil t) '(nil))) | 2932 | (dolist (quoted (if (tramp--test-expensive-test) '(nil t) '(nil))) |
| 2930 | (let* ((tmp-name1 | 2933 | (let* ((tmp-name1 |