emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master f814332: Fix Bug#37202


From: Michael Albinus
Subject: [Emacs-diffs] master f814332: Fix Bug#37202
Date: Sun, 8 Sep 2019 04:13:21 -0400 (EDT)

branch: master
commit f8143323c7329ea94a05c6b318b0fe2e4c082834
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    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)
---
 test/lisp/shadowfile-tests.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/lisp/shadowfile-tests.el b/test/lisp/shadowfile-tests.el
index 2696704..a93664f 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."
         (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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]