From df25e4af162806e67fac88709413516a8182f634 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 4 Sep 2025 08:20:17 +0900 Subject: [PATCH] test: do not call GetUserRecord without "service" argument Otherwise, following debugging log will be saved and the checker for the varlink-idl log triggers failure: ``` systemd-userwork: processing[3110]: varlink-6-6: Parameters for method io.systemd.UserDatabase.GetUserRecord() didn't pass validation on field 'service': No anode ``` --- test/units/TEST-74-AUX-UTILS.varlinkctl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/units/TEST-74-AUX-UTILS.varlinkctl.sh b/test/units/TEST-74-AUX-UTILS.varlinkctl.sh index 481dc85d6fd..d00d2e65d83 100755 --- a/test/units/TEST-74-AUX-UTILS.varlinkctl.sh +++ b/test/units/TEST-74-AUX-UTILS.varlinkctl.sh @@ -167,7 +167,7 @@ done (! varlinkctl call "") (! varlinkctl call "" "") (! varlinkctl call "" "" "") -(! varlinkctl call /run/systemd/userdb/io.systemd.Multiplexer io.systemd.UserDatabase.GetUserRecord