From bd42c33f50ff76ede70a8f6fb643855c13c2a3d9 Mon Sep 17 00:00:00 2001 From: Tearran Date: Tue, 24 Sep 2024 22:35:45 -0500 Subject: [PATCH] added test --- tests/M00.conf | 3 +++ tests/M01.conf | 3 +++ tests/S17.conf | 3 --- tests/S18.conf | 2 -- 4 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 tests/M00.conf create mode 100644 tests/M01.conf delete mode 100644 tests/S17.conf delete mode 100644 tests/S18.conf diff --git a/tests/M00.conf b/tests/M00.conf new file mode 100644 index 000000000..40b77b64d --- /dev/null +++ b/tests/M00.conf @@ -0,0 +1,3 @@ +ENABLED=true +PREINSTALL="bash bin/armbian-configng --cmd M01" +CONDITION="[ ! dpkg -l | grep cockpit ]" diff --git a/tests/M01.conf b/tests/M01.conf new file mode 100644 index 000000000..77d828466 --- /dev/null +++ b/tests/M01.conf @@ -0,0 +1,3 @@ +ENABLED=true +PREINSTALL="bash bin/armbian-configng --cmd M00" +CONDITION="[ dpkg -l | grep cockpit ]" \ No newline at end of file diff --git a/tests/S17.conf b/tests/S17.conf deleted file mode 100644 index 12b75eca4..000000000 --- a/tests/S17.conf +++ /dev/null @@ -1,3 +0,0 @@ -ENABLED=true -PREINSTALL="bash bin/armbian-configng --cmd S18" -CONDITION="[ ! -f /usr/bin/zsh ]" diff --git a/tests/S18.conf b/tests/S18.conf deleted file mode 100644 index bea6f8405..000000000 --- a/tests/S18.conf +++ /dev/null @@ -1,2 +0,0 @@ -ENABLED=true -CONDITION="[ -f /usr/bin/zsh ]"