diff --git a/tests/M00.conf b/tests/M00.conf index 17e0529a..8017bb57 100644 --- a/tests/M00.conf +++ b/tests/M00.conf @@ -1,2 +1,2 @@ -ENABLED=false -CONDITION="[ dpkg -l | grep cockpit ]" +ENABLED=ture +CONDITION="[ -f /usr/bin/cockpit-bridge ]" diff --git a/tests/M01.conf b/tests/M01.conf index 5f7d5b13..e605e4d7 100644 --- a/tests/M01.conf +++ b/tests/M01.conf @@ -1,2 +1,2 @@ -ENABLED=false -CONDITION="[ ! dpkg -l | grep cockpit ]" +ENABLED=true +CONDITION="[ ! -f /usr/bin/cockpit-bridge ]"