From: Michael Albinus Date: Wed, 26 Jan 2022 13:05:30 +0000 (+0100) Subject: Adapt tramp-tests X-Git-Tag: emacs-29.0.90~2734 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fc8875be071a2a7f32ce6ffc9d3d3511cab5f73b;p=emacs.git Adapt tramp-tests * test/lisp/net/tramp-tests.el (tramp--test-special-characters): Adapt test candidates. --- diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 1651ee4846e..01fe7355f45 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -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\"")