From d8e82deb209213444700d4160d772c4a0c6e44a4 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Tue, 24 Sep 2024 14:56:32 -0400 Subject: [PATCH] Revert "debian: tests: Wait for systemd-resolved to be started" This reverts commit 618adefab794eb85018704ed97c871c3e1ae0b0e. Signed-off-by: James Valleroy Reviewed-by: Sunil Mohan Adapa --- debian/tests/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/tests/control b/debian/tests/control index 0e7f7e99f..2f77dfa4d 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -7,7 +7,7 @@ # - Ability to create and initialize database # - Module inititailzation for essential modules # -Test-Command: until systemctl status systemd-resolved >/dev/null; do sleep 1; done; plinth --list-apps 2> /dev/null +Test-Command: plinth --list-apps 2> /dev/null Restrictions: needs-root #