diff options
| author | Michael Albinus | 2018-07-26 16:12:15 +0200 |
|---|---|---|
| committer | Michael Albinus | 2018-07-26 16:12:15 +0200 |
| commit | a8f2d97b12bf2c5cc8ef1a1e7e4eb2ed05cf3af8 (patch) | |
| tree | 69991c6ac1caf114edce5038e50c1dcfe2e34a13 | |
| parent | e4d6ebee213e2d6f37de839c09c05ab0a5346ce3 (diff) | |
| download | emacs-a8f2d97b12bf2c5cc8ef1a1e7e4eb2ed05cf3af8.tar.gz emacs-a8f2d97b12bf2c5cc8ef1a1e7e4eb2ed05cf3af8.zip | |
; More instrumentation for shadowfile-tests.el
| -rw-r--r-- | test/lisp/shadowfile-tests.el | 2 |
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") |