diff --git a/tests/M00.conf b/tests/M00.conf index 0a67f5e3b..40b77b64d 100644 --- a/tests/M00.conf +++ b/tests/M00.conf @@ -1,3 +1,3 @@ ENABLED=true PREINSTALL="bash bin/armbian-configng --cmd M01" -CONDITION="[ ! dpkg -l | grep cockpit ]" \ No newline at end of file +CONDITION="[ ! dpkg -l | grep cockpit ]" diff --git a/tests/M01.conf b/tests/M01.conf index 77d828466..91350244a 100644 --- a/tests/M01.conf +++ b/tests/M01.conf @@ -1,3 +1,3 @@ ENABLED=true PREINSTALL="bash bin/armbian-configng --cmd M00" -CONDITION="[ dpkg -l | grep cockpit ]" \ No newline at end of file +CONDITION="[ dpkg -l | grep cockpit ]"