aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus2019-09-08 10:13:13 +0200
committerMichael Albinus2019-09-08 10:13:13 +0200
commitf8143323c7329ea94a05c6b318b0fe2e4c082834 (patch)
tree7bc413fd1b741407590a37772f3008fb255d0a85 /test
parentb6b7c7fc985eaadef2f059fac4442d23a3b706de (diff)
downloademacs-f8143323c7329ea94a05c6b318b0fe2e4c082834.tar.gz
emacs-f8143323c7329ea94a05c6b318b0fe2e4c082834.zip
Fix Bug#37202
* test/lisp/shadowfile-tests.el (shadow-test08-shadow-todo) (shadow-test09-shadow-copy-files): Use truename of `shadow-test-remote-temporary-file-directory'. (Bug#37202)
Diffstat (limited to 'test')
-rw-r--r--test/lisp/shadowfile-tests.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/lisp/shadowfile-tests.el b/test/lisp/shadowfile-tests.el
index 2696704e7fe..a93664f6536 100644
--- a/test/lisp/shadowfile-tests.el
+++ b/test/lisp/shadowfile-tests.el
@@ -718,6 +718,8 @@ guaranteed by the originator of a cluster definition."
718 (shadow-info-file shadow-test-info-file) 718 (shadow-info-file shadow-test-info-file)
719 (shadow-todo-file shadow-test-todo-file) 719 (shadow-todo-file shadow-test-todo-file)
720 (shadow-inhibit-message t) 720 (shadow-inhibit-message t)
721 (shadow-test-remote-temporary-file-directory
722 (file-truename shadow-test-remote-temporary-file-directory))
721 shadow-clusters shadow-literal-groups shadow-regexp-groups 723 shadow-clusters shadow-literal-groups shadow-regexp-groups
722 shadow-files-to-copy 724 shadow-files-to-copy
723 cluster1 cluster2 primary regexp file) 725 cluster1 cluster2 primary regexp file)
@@ -856,6 +858,8 @@ guaranteed by the originator of a cluster definition."
856 (shadow-info-file shadow-test-info-file) 858 (shadow-info-file shadow-test-info-file)
857 (shadow-todo-file shadow-test-todo-file) 859 (shadow-todo-file shadow-test-todo-file)
858 (shadow-inhibit-message t) 860 (shadow-inhibit-message t)
861 (shadow-test-remote-temporary-file-directory
862 (file-truename shadow-test-remote-temporary-file-directory))
859 (shadow-noquery t) 863 (shadow-noquery t)
860 shadow-clusters shadow-files-to-copy 864 shadow-clusters shadow-files-to-copy
861 cluster1 cluster2 primary regexp file mocked-input) 865 cluster1 cluster2 primary regexp file mocked-input)