From 124190644bf127ded9b9f3aaadb843b3d263d31d Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 15 Jul 2020 13:51:03 +0200 Subject: [PATCH] tests: Adjust to podman 2.0 API Use the REST socket unit name. --- tests/browser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/browser.sh b/tests/browser.sh index adcb306..0775d44 100755 --- a/tests/browser.sh +++ b/tests/browser.sh @@ -53,7 +53,7 @@ podman pull docker.io/registry:2 EOF loginctl disable-linger $(id -u admin) -systemctl enable --now cockpit.socket io.podman.socket +systemctl enable --now cockpit.socket podman.socket # Run tests as unprivileged user su - -c "env SOURCE=$SOURCE LOGS=$LOGS $TESTS/run-test.sh" runtest