From 0d68d79d12b598da3b4fceeeb38eaea546d3b8fc Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 10 Nov 2025 23:35:59 -0800 Subject: [PATCH] os_release: add i3 variant pair Since we switched to building i3 with Kiwi (I think), it's being properly identified, so we need to add it here for the test to pass. Signed-off-by: Adam Williamson --- tests/os_release.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/os_release.pm b/tests/os_release.pm index dc370916..47dc20b6 100644 --- a/tests/os_release.pm +++ b/tests/os_release.pm @@ -103,6 +103,7 @@ sub run { KDE => ["kde", "KDE Plasma Desktop Edition"], Silverblue => ["silverblue", "Silverblue"], IoT => ["iot", "IoT Edition"], + i3 => ["i3", "i3"], ); if (exists($variants{$subvariant})) { ($variant_id, $variant) = @{$variants{$subvariant}};