emacs-diffs
[Top][All Lists]
Advanced

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

master 2924541b8f1: ; Fix last patch


From: Michael Albinus
Subject: master 2924541b8f1: ; Fix last patch
Date: Sun, 6 Aug 2023 07:50:22 -0400 (EDT)

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

    ; Fix last patch
---
 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 a92f047a42e..a6c430fb1c0 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -7409,12 +7409,12 @@ This requires restrictions of file name syntax."
          (cond ((or (tramp--test-ange-ftp-p)
                     (tramp--test-container-p)
                     (tramp--test-gvfs-p)
+                    (tramp--test-openbsd-p)
                     (tramp--test-rclone-p)
                     (tramp--test-sudoedit-p)
                     (tramp--test-windows-nt-or-smb-p))
                 "foo bar baz")
                ((or (tramp--test-adb-p)
-                    (tramp--test-openbsd-p)
                     (eq system-type 'cygwin))
                 " foo bar baz ")
                ((tramp--test-sh-no-ls--dired-p)



reply via email to

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