]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix Bug#37202
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 8 Sep 2019 08:13:13 +0000 (10:13 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 8 Sep 2019 08:13:13 +0000 (10:13 +0200)
* 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)

test/lisp/shadowfile-tests.el

index 2696704e7fe0f17f2511750b048b5cec8af3debe..a93664f6536398021b3d21dfb76dc6cf6f76a660 100644 (file)
@@ -718,6 +718,8 @@ guaranteed by the originator of a cluster definition."
         (shadow-info-file shadow-test-info-file)
        (shadow-todo-file shadow-test-todo-file)
         (shadow-inhibit-message t)
+        (shadow-test-remote-temporary-file-directory
+         (file-truename shadow-test-remote-temporary-file-directory))
        shadow-clusters shadow-literal-groups shadow-regexp-groups
         shadow-files-to-copy
        cluster1 cluster2 primary regexp file)
@@ -856,6 +858,8 @@ guaranteed by the originator of a cluster definition."
         (shadow-info-file shadow-test-info-file)
        (shadow-todo-file shadow-test-todo-file)
         (shadow-inhibit-message t)
+        (shadow-test-remote-temporary-file-directory
+         (file-truename shadow-test-remote-temporary-file-directory))
         (shadow-noquery t)
         shadow-clusters shadow-files-to-copy
        cluster1 cluster2 primary regexp file mocked-input)