From fc8875be071a2a7f32ce6ffc9d3d3511cab5f73b Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 26 Jan 2022 14:05:30 +0100 Subject: [PATCH] Adapt tramp-tests * test/lisp/net/tramp-tests.el (tramp--test-special-characters): Adapt test candidates. --- 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 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\"") -- 2.39.2