From 83591e1aec86530e0d293df3078760838f37679a Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 29 Jan 2021 12:25:36 +0100 Subject: [PATCH] * test/lisp/net/tramp-tests.el (tramp--test-special-characters): Adapt test for docker. --- test/lisp/net/tramp-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 6467c7ee219a..19a40fdf06c7 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)