]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/lisp/net/tramp-tests.el (remote-file-name-inhibit-cache): Set to nil.
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 18 Oct 2019 17:45:07 +0000 (19:45 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 18 Oct 2019 17:45:07 +0000 (19:45 +0200)
test/lisp/net/tramp-tests.el

index 37021d6c93d18bb2cbc4fe5c1b7a81c1e809136f..128d099ac24feb8f61d76a2f57c9aab3518c9050 100644 (file)
 
 (setq auth-source-save-behavior nil
       password-cache-expiry nil
-      tramp-verbose 0
+      remote-file-name-inhibit-cache nil
       tramp-cache-read-persistent-data t ;; For auth-sources.
       tramp-copy-size-limit nil
       tramp-message-show-message nil
-      tramp-persistency-file-name nil)
+      tramp-persistency-file-name nil
+      tramp-verbose 0)
 
 ;; This should happen on hydra only.
 (when (getenv "EMACS_HYDRA_CI")