]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/lisp/net/tramp-tests.el (tramp--test-special-characters):
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 29 Jan 2021 11:25:36 +0000 (12:25 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 29 Jan 2021 11:25:36 +0000 (12:25 +0100)
Adapt test for docker.

test/lisp/net/tramp-tests.el

index 6467c7ee219aa93fb994ad459c97fa0e87295229..19a40fdf06c76ad4c50a0fe3df0334085a1fb65c 100644 (file)
@@ -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)