aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2018-07-26 16:12:15 +0200
committerMichael Albinus2018-07-26 16:12:15 +0200
commita8f2d97b12bf2c5cc8ef1a1e7e4eb2ed05cf3af8 (patch)
tree69991c6ac1caf114edce5038e50c1dcfe2e34a13
parente4d6ebee213e2d6f37de839c09c05ab0a5346ce3 (diff)
downloademacs-a8f2d97b12bf2c5cc8ef1a1e7e4eb2ed05cf3af8.tar.gz
emacs-a8f2d97b12bf2c5cc8ef1a1e7e4eb2ed05cf3af8.zip
; More instrumentation for shadowfile-tests.el
-rw-r--r--test/lisp/shadowfile-tests.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lisp/shadowfile-tests.el b/test/lisp/shadowfile-tests.el
index 83e9a36af31..910845ad40a 100644
--- a/test/lisp/shadowfile-tests.el
+++ b/test/lisp/shadowfile-tests.el
@@ -743,6 +743,8 @@ guaranteed by the originator of a cluster definition."
743 ;; Save file from "cluster2" definition. 743 ;; Save file from "cluster2" definition.
744 (with-temp-buffer 744 (with-temp-buffer
745 (message "Point 4.1") 745 (message "Point 4.1")
746 (message "%s" file)
747 (message "%s" (shadow-site-primary cluster2))
746 (setq buffer-file-name (concat (shadow-site-primary cluster2) file)) 748 (setq buffer-file-name (concat (shadow-site-primary cluster2) file))
747 (message "Point 4.2") 749 (message "Point 4.2")
748 (insert "foo") 750 (insert "foo")