diff options
| author | Michael Albinus | 2022-02-22 08:50:17 +0100 |
|---|---|---|
| committer | Michael Albinus | 2022-02-22 08:50:17 +0100 |
| commit | dfd76688beac1d99a9cdcfe375e0a125cb039b8f (patch) | |
| tree | 17b51194cd326b4f327b9152e1cca8728952eca0 | |
| parent | 8d02624c0ec029ee99e0b1e410429c440bcc4499 (diff) | |
| download | emacs-dfd76688beac1d99a9cdcfe375e0a125cb039b8f.tar.gz emacs-dfd76688beac1d99a9cdcfe375e0a125cb039b8f.zip | |
* test/lisp/net/tramp-tests.el (tramp--test-check-files): Adapt test.
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 2ce7881543f..4e74f2aa73f 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el | |||
| @@ -6533,8 +6533,8 @@ This requires restrictions of file name syntax." | |||
| 6533 | ;; processes in Emacs. That doesn't work | 6533 | ;; processes in Emacs. That doesn't work |
| 6534 | ;; for tramp-adb.el. tramp-sshfs.el times | 6534 | ;; for tramp-adb.el. tramp-sshfs.el times |
| 6535 | ;; out for older Emacsen, reason unknown. | 6535 | ;; out for older Emacsen, reason unknown. |
| 6536 | (or (not (tramp--test-adb-p)) | 6536 | (or (and (not (tramp--test-adb-p)) |
| 6537 | (not (tramp--test-sshfs-p)) | 6537 | (not (tramp--test-sshfs-p))) |
| 6538 | (tramp--test-emacs27-p))) | 6538 | (tramp--test-emacs27-p))) |
| 6539 | (let ((default-directory file1)) | 6539 | (let ((default-directory file1)) |
| 6540 | (dolist (this-shell-command | 6540 | (dolist (this-shell-command |