* test/lisp/net/tramp-tests.el (tramp--test-check-files): Adapt test.
This commit is contained in:
parent
8d02624c0e
commit
dfd76688be
1 changed files with 2 additions and 2 deletions
|
@ -6533,8 +6533,8 @@ This requires restrictions of file name syntax."
|
|||
;; processes in Emacs. That doesn't work
|
||||
;; for tramp-adb.el. tramp-sshfs.el times
|
||||
;; out for older Emacsen, reason unknown.
|
||||
(or (not (tramp--test-adb-p))
|
||||
(not (tramp--test-sshfs-p))
|
||||
(or (and (not (tramp--test-adb-p))
|
||||
(not (tramp--test-sshfs-p)))
|
||||
(tramp--test-emacs27-p)))
|
||||
(let ((default-directory file1))
|
||||
(dolist (this-shell-command
|
||||
|
|
Loading…
Add table
Reference in a new issue