aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2020-06-07 10:37:29 -0700
committerGlenn Morris2020-06-07 10:37:57 -0700
commite42e98ec0b90c36c43ac7ff99a2548bc8b746197 (patch)
tree6ad8b3d49f39e1059f3496f8bf74b594b4acf317
parentfa6d56529f9ebaedaf62ecbf8887ffecca7dce12 (diff)
downloademacs-e42e98ec0b90c36c43ac7ff99a2548bc8b746197.tar.gz
emacs-e42e98ec0b90c36c43ac7ff99a2548bc8b746197.zip
* test/lisp/net/tramp-tests.el: tramp-crypt-file-name-p not autoloaded.
-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 7faa409f2f0..25faf4e0fba 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -5595,6 +5595,8 @@ This does not support some special file names."
5595 (string-equal 5595 (string-equal
5596 "docker" (file-remote-p tramp-test-temporary-file-directory 'method))) 5596 "docker" (file-remote-p tramp-test-temporary-file-directory 'method)))
5597 5597
5598(require 'tramp-crypt)
5599
5598(defun tramp--test-crypt-p () 5600(defun tramp--test-crypt-p ()
5599 "Check, whether the remote directory is crypted" 5601 "Check, whether the remote directory is crypted"
5600 (tramp-crypt-file-name-p tramp-test-temporary-file-directory)) 5602 (tramp-crypt-file-name-p tramp-test-temporary-file-directory))