From 8e765ad97de5ae1c2d02e2f18bbe85adcb9f3929 Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Wed, 18 Dec 2024 12:22:24 +0100 Subject: [PATCH] test/filesystem: remove conditions on v94 Version 94 of osbuild-composer is over a year old now. It should be fine to test these unconditionally. --- test/cases/filesystem.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test/cases/filesystem.sh b/test/cases/filesystem.sh index 472f2d38c..cc13e7ddd 100644 --- a/test/cases/filesystem.sh +++ b/test/cases/filesystem.sh @@ -178,10 +178,6 @@ size = 131072000 [[customizations.filesystem]] mountpoint = "/boot" size = 131072000 -EOF - -if nvrGreaterOrEqual "osbuild-composer" "94"; then - tee -a "$BLUEPRINT_FILE" > /dev/null << EOF [[customizations.filesystem]] mountpoint = "/boot/firmware" @@ -191,7 +187,6 @@ size = 131072000 mountpoint = "/foobar" size = 131072000 EOF -fi } write_fs_blueprint @@ -293,10 +288,6 @@ size = 131072000 [[customizations.filesystem]] mountpoint = "/sysroot" size = 131072000 -EOF - -if nvrGreaterOrEqual "osbuild-composer" "94"; then - tee -a "$BLUEPRINT_FILE" > /dev/null << EOF [[customizations.filesystem]] mountpoint = "/usr/bin" @@ -310,7 +301,6 @@ size = 131072000 mountpoint = "/var/lock" size = 131072000 EOF -fi # build_image "$BLUEPRINT_FILE" custom-filesystem-fail qcow2 true build_image "$BLUEPRINT_FILE" custom-filesystem-fail qcow2 true