mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
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)
This commit is contained in:
parent
b6b7c7fc98
commit
f8143323c7
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue