diff options
| author | Michael Albinus | 2019-10-03 10:47:12 +0200 |
|---|---|---|
| committer | Michael Albinus | 2019-10-03 10:47:12 +0200 |
| commit | 5b09393f2cde83f10c84926ba579782fb52e05b8 (patch) | |
| tree | 6f600e3ce425da88cbbd6c506279324e67f4f3b1 | |
| parent | b27c7f3e6083ee8b5d13c2e2103ee6391f2d331f (diff) | |
| download | emacs-5b09393f2cde83f10c84926ba579782fb52e05b8.tar.gz emacs-5b09393f2cde83f10c84926ba579782fb52e05b8.zip | |
Fix typo in last commit
| -rw-r--r-- | test/lisp/shadowfile-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/shadowfile-tests.el b/test/lisp/shadowfile-tests.el index 4d5dc21bd77..9507eda27e9 100644 --- a/test/lisp/shadowfile-tests.el +++ b/test/lisp/shadowfile-tests.el | |||
| @@ -63,7 +63,7 @@ | |||
| 63 | (setq shadow-homedir invocation-directory) | 63 | (setq shadow-homedir invocation-directory) |
| 64 | (add-to-list | 64 | (add-to-list |
| 65 | 'tramp-connection-properties | 65 | 'tramp-connection-properties |
| 66 | `(,(file-remote-p "/mock::%s") "~" ,invocation-directory))) | 66 | `(,(file-remote-p "/mock::") "~" ,invocation-directory))) |
| 67 | (format "/mock::%s" temporary-file-directory))) | 67 | (format "/mock::%s" temporary-file-directory))) |
| 68 | "Temporary directory for Tramp tests.") | 68 | "Temporary directory for Tramp tests.") |
| 69 | 69 | ||