aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2019-09-16 15:00:37 +0200
committerMichael Albinus2019-09-16 15:00:37 +0200
commit6684db8cea9793051e71460eba87312bab461d7f (patch)
treed670bfab243f7c96fbdf0547075e16f4885296da
parentdfc17fc02e9e9f724c8ec86e3fd3a91a5ff638f6 (diff)
downloademacs-6684db8cea9793051e71460eba87312bab461d7f.tar.gz
emacs-6684db8cea9793051e71460eba87312bab461d7f.zip
; Disable traces in shadowfile-tests
-rw-r--r--test/lisp/shadowfile-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/shadowfile-tests.el b/test/lisp/shadowfile-tests.el
index d09c15e9919..7caddc53d75 100644
--- a/test/lisp/shadowfile-tests.el
+++ b/test/lisp/shadowfile-tests.el
@@ -64,7 +64,7 @@
64 "Temporary directory for Tramp tests.") 64 "Temporary directory for Tramp tests.")
65 65
66(setq password-cache-expiry nil 66(setq password-cache-expiry nil
67 shadow-debug t 67 shadow-debug nil
68 tramp-verbose 0 68 tramp-verbose 0
69 tramp-message-show-message nil 69 tramp-message-show-message nil
70 ;; On macOS, `temporary-file-directory' is a symlinked directory. 70 ;; On macOS, `temporary-file-directory' is a symlinked directory.