]> git.eshelyaron.com Git - emacs.git/commitdiff
Adapt tramp-tests
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 26 Jan 2022 13:05:30 +0000 (14:05 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 26 Jan 2022 13:05:30 +0000 (14:05 +0100)
* test/lisp/net/tramp-tests.el (tramp--test-special-characters):
Adapt test candidates.

test/lisp/net/tramp-tests.el

index 1651ee4846e1b66ee8a1d4f5395ddd46e5437432..01fe7355f456dc406f8ca1b3b1a5ebf2364d9e46 100644 (file)
@@ -6472,7 +6472,7 @@ This requires restrictions of file name syntax."
          (unless (or (tramp--test-ftp-p)
                      (tramp--test-gvfs-p)
                      (tramp--test-windows-nt-or-smb-p))
-           "*foo*bar*baz*")
+           "*foo+bar*baz+")
          (if (or (tramp--test-gvfs-p) (tramp--test-windows-nt-or-smb-p))
              "'foo'bar'baz'"
            "'foo\"bar'baz\"")