diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2022-01-26 14:05:30 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2022-01-26 14:05:30 +0100 |
commit | fc8875be071a2a7f32ce6ffc9d3d3511cab5f73b (patch) | |
tree | 3e0ad11bf9c37dbafa7fb84729a4fde431e4018e | |
parent | b085ca237d0eba55c39a987f77c7b79609023247 (diff) | |
download | emacs-fc8875be071a2a7f32ce6ffc9d3d3511cab5f73b.tar.gz emacs-fc8875be071a2a7f32ce6ffc9d3d3511cab5f73b.tar.bz2 emacs-fc8875be071a2a7f32ce6ffc9d3d3511cab5f73b.zip |
Adapt tramp-tests
* test/lisp/net/tramp-tests.el (tramp--test-special-characters):
Adapt test candidates.
-rw-r--r-- | test/lisp/net/tramp-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
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\"") |