From e7e3d43ebaa35b00b8b5e95ce6d65024badc811c Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 10 Jul 2024 18:28:43 +0200 Subject: [PATCH] ; * test/lisp/net/dbus-tests.el: Fix thinko. (cherry picked from commit 29aeed7218c77180eef8afac6056af103069b4b2) --- test/lisp/net/dbus-tests.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/lisp/net/dbus-tests.el b/test/lisp/net/dbus-tests.el index eb6fc5c28cf..d36c4924c75 100644 --- a/test/lisp/net/dbus-tests.el +++ b/test/lisp/net/dbus-tests.el @@ -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 -- 2.39.2