diff options
| author | Michael Albinus | 2022-01-26 14:05:30 +0100 |
|---|---|---|
| committer | Michael Albinus | 2022-01-26 14:05:30 +0100 |
| commit | fc8875be071a2a7f32ce6ffc9d3d3511cab5f73b (patch) | |
| tree | 3e0ad11bf9c37dbafa7fb84729a4fde431e4018e /test | |
| parent | b085ca237d0eba55c39a987f77c7b79609023247 (diff) | |
| download | emacs-fc8875be071a2a7f32ce6ffc9d3d3511cab5f73b.tar.gz emacs-fc8875be071a2a7f32ce6ffc9d3d3511cab5f73b.zip | |
Adapt tramp-tests
* test/lisp/net/tramp-tests.el (tramp--test-special-characters):
Adapt test candidates.
Diffstat (limited to 'test')
| -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." | |||
| 6472 | (unless (or (tramp--test-ftp-p) | 6472 | (unless (or (tramp--test-ftp-p) |
| 6473 | (tramp--test-gvfs-p) | 6473 | (tramp--test-gvfs-p) |
| 6474 | (tramp--test-windows-nt-or-smb-p)) | 6474 | (tramp--test-windows-nt-or-smb-p)) |
| 6475 | "*foo*bar*baz*") | 6475 | "*foo+bar*baz+") |
| 6476 | (if (or (tramp--test-gvfs-p) (tramp--test-windows-nt-or-smb-p)) | 6476 | (if (or (tramp--test-gvfs-p) (tramp--test-windows-nt-or-smb-p)) |
| 6477 | "'foo'bar'baz'" | 6477 | "'foo'bar'baz'" |
| 6478 | "'foo\"bar'baz\"") | 6478 | "'foo\"bar'baz\"") |