summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2021-01-29 12:25:36 +0100
committerMichael Albinus <michael.albinus@gmx.de>2021-01-29 12:25:36 +0100
commit83591e1aec86530e0d293df3078760838f37679a (patch)
treee735be3aab04470c071ab187226956cef4e72d3b
parent840b1c66b4a686763c9288de8efb7ec48ccf06da (diff)
downloademacs-83591e1aec86530e0d293df3078760838f37679a.tar.gz
* test/lisp/net/tramp-tests.el (tramp--test-special-characters):
Adapt test for docker.
-rw-r--r--test/lisp/net/tramp-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 6467c7ee219..19a40fdf06c 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -6037,13 +6037,13 @@ This requires restrictions of file name syntax."
(let ((files
(list
(cond ((or (tramp--test-ange-ftp-p)
+ (tramp--test-docker-p)
(tramp--test-gvfs-p)
(tramp--test-rclone-p)
(tramp--test-sudoedit-p)
(tramp--test-windows-nt-or-smb-p))
"foo bar baz")
((or (tramp--test-adb-p)
- (tramp--test-docker-p)
(eq system-type 'cygwin))
" foo bar baz ")
((tramp--test-sh-no-ls--dired-p)