projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b27c7f3
)
Fix typo in last commit
author
Michael Albinus
<michael.albinus@gmx.de>
Thu, 3 Oct 2019 08:47:12 +0000
(10:47 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Thu, 3 Oct 2019 08:47:12 +0000
(10:47 +0200)
test/lisp/shadowfile-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/shadowfile-tests.el
b/test/lisp/shadowfile-tests.el
index 4d5dc21bd773e7edacc7f520fa0cc0b59be281cc..9507eda27e90ffbed65db197d2ab7c5a316042b6 100644
(file)
--- 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.")