From 92fa38c99d59c2afafec2998987597cb87ff45fe Mon Sep 17 00:00:00 2001 From: Ivan Kruglov Date: Mon, 26 May 2025 03:13:55 -0700 Subject: [PATCH] test: quote entire path to socket in io.systemd.Manager tests --- test/units/TEST-74-AUX-UTILS.varlinkctl.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/units/TEST-74-AUX-UTILS.varlinkctl.sh b/test/units/TEST-74-AUX-UTILS.varlinkctl.sh index 83f8ac35327..0c7582db51a 100755 --- a/test/units/TEST-74-AUX-UTILS.varlinkctl.sh +++ b/test/units/TEST-74-AUX-UTILS.varlinkctl.sh @@ -175,8 +175,8 @@ varlinkctl call /run/systemd/io.systemd.Manager io.systemd.Manager.Describe '{}' # test io.systemd.Manager in user manager testuser_uid=$(id -u testuser) systemd-run --wait --pipe --user --machine testuser@ \ - varlinkctl info /run/user/"$testuser_uid"/systemd/io.systemd.Manager + varlinkctl info "/run/user/$testuser_uid/systemd/io.systemd.Manager" systemd-run --wait --pipe --user --machine testuser@ \ - varlinkctl introspect /run/user/"$testuser_uid"/systemd/io.systemd.Manager + varlinkctl introspect "/run/user/$testuser_uid/systemd/io.systemd.Manager" systemd-run --wait --pipe --user --machine testuser@ \ - varlinkctl call /run/user/"$testuser_uid"/systemd/io.systemd.Manager io.systemd.Manager.Describe '{}' + varlinkctl call "/run/user/$testuser_uid/systemd/io.systemd.Manager" io.systemd.Manager.Describe '{}' -- 2.47.3