emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master fc8875be07 2/2: Adapt tramp-tests


From: Michael Albinus
Subject: master fc8875be07 2/2: Adapt tramp-tests
Date: Wed, 26 Jan 2022 08:05:47 -0500 (EST)

branch: master
commit fc8875be071a2a7f32ce6ffc9d3d3511cab5f73b
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    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 1651ee4846..01fe7355f4 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\"")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]