emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 5b09393: Fix typo in last commit


From: Michael Albinus
Subject: [Emacs-diffs] master 5b09393: Fix typo in last commit
Date: Thu, 3 Oct 2019 04:47:19 -0400 (EDT)

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

    Fix typo in last commit
---
 test/lisp/shadowfile-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/shadowfile-tests.el b/test/lisp/shadowfile-tests.el
index 4d5dc21..9507eda 100644
--- a/test/lisp/shadowfile-tests.el
+++ b/test/lisp/shadowfile-tests.el
@@ -63,7 +63,7 @@
         (setq shadow-homedir invocation-directory)
         (add-to-list
          'tramp-connection-properties
-         `(,(file-remote-p "/mock::%s") "~" ,invocation-directory)))
+         `(,(file-remote-p "/mock::") "~" ,invocation-directory)))
       (format "/mock::%s" temporary-file-directory)))
   "Temporary directory for Tramp tests.")
 



reply via email to

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