From f0df12c12d6ee22e383029542a8ff84de196e26c Mon Sep 17 00:00:00 2001 From: Aleksandar Todorov Date: Mon, 25 Jan 2021 15:18:46 +0200 Subject: [PATCH] tests: Remove systemctl for osbuild-composer leave osbuild-composer.socket instead otherwise API socket isn't automatically started Related: rhbz#1916684 --- tests/cli/lib/lib.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/cli/lib/lib.sh b/tests/cli/lib/lib.sh index f5d04335..29a1d9cd 100755 --- a/tests/cli/lib/lib.sh +++ b/tests/cli/lib/lib.sh @@ -108,7 +108,6 @@ composer_start() { # socket stop/start seems to be necessary for a proper service restart # after a previous direct manual run for it to work properly systemctl start $BACKEND.socket - systemctl start $BACKEND fi rc=$?