aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus2022-01-26 14:05:30 +0100
committerMichael Albinus2022-01-26 14:05:30 +0100
commitfc8875be071a2a7f32ce6ffc9d3d3511cab5f73b (patch)
tree3e0ad11bf9c37dbafa7fb84729a4fde431e4018e /test
parentb085ca237d0eba55c39a987f77c7b79609023247 (diff)
downloademacs-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.el2
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\"")