From c884842439b09dcefef53f800655cf9f1cfa9ecd Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 18 Mar 2020 10:46:13 -0700 Subject: [PATCH] Update expected Silverblue os-release strings It seems to be actually installing fedora-release-silverblue now so we get correct identification here. Update the tests. Signed-off-by: Adam Williamson --- tests/os_release.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/os_release.pm b/tests/os_release.pm index 60f9c293..1b85c939 100644 --- a/tests/os_release.pm +++ b/tests/os_release.pm @@ -77,7 +77,7 @@ sub run { AtomicHost => ["atomic.host", "Atomic Host"], CoreOS => ["coreos", "CoreOS"], KDE => ["kde", "KDE Plasma"], - Silverblue => ["workstation", "Workstation Edition"], + Silverblue => ["silverblue", "Silverblue"], IoT => ["iot", "IoT Edition"], ); if (exists($variants{$subvariant})) {