]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/lisp/net/dbus-tests.el: Fix thinko.
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 10 Jul 2024 16:28:43 +0000 (18:28 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 10 Jul 2024 20:00:41 +0000 (22:00 +0200)
(cherry picked from commit 29aeed7218c77180eef8afac6056af103069b4b2)

test/lisp/net/dbus-tests.el

index eb6fc5c28cff0b27dc227c7e86207bf5bf274e9a..d36c4924c75cf98e842ae70c1e0fb090e98fd924 100644 (file)
@@ -791,10 +791,10 @@ Returns the respective error."
 
   ;; Check parsing.  "org.freedesktop.DBus.ListNames" is agnostic to
   ;; :authorizable, so we can use it as test method.
-  (unless (dbus-ignore-errors
-            (dbus-call-method
-             :session dbus-service-dbus dbus-path-dbus
-             dbus-interface-dbus "ListNames"))
+  (when (dbus-ignore-errors
+          (dbus-call-method
+           :session dbus-service-dbus dbus-path-dbus
+           dbus-interface-dbus "ListNames"))
     (should
      (dbus-call-method
       :session dbus-service-dbus dbus-path-dbus