aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/mbf/info_test.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-05-20 08:07:43 +0900
committerOphestra <cat@gensokyo.uk>2026-05-20 08:15:23 +0900
commitb482fd4abfb2b3765b1791915b31067a0f80fec7 (patch)
tree1cb95592a7f243aa920e3f4c497909a2e8bf9efb /cmd/mbf/info_test.go
parent2e502ede6c885496f4ac0a480aa4e4e337c54f51 (diff)
internal/rosa: remove global handles
These no longer serve any purpose. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd/mbf/info_test.go')
-rw-r--r--cmd/mbf/info_test.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/cmd/mbf/info_test.go b/cmd/mbf/info_test.go
index 30658119..80653f20 100644
--- a/cmd/mbf/info_test.go
+++ b/cmd/mbf/info_test.go
@@ -22,12 +22,12 @@ func TestInfo(t *testing.T) {
t.Parallel()
_t := rosa.Native().Std()
- qemuMeta, _ := _t.Load(rosa.QEMU)
- glibMeta, _ := _t.Load(rosa.GLib)
- zlibMeta, zlib := _t.Load(rosa.Zlib)
- zstdMeta, _ := _t.Load(rosa.Zstd)
- hakureiMeta, _ := _t.Load(rosa.Hakurei)
- hakureiDistMeta, _ := _t.Load(rosa.HakureiDist)
+ qemuMeta, _ := _t.Load(rosa.H("qemu"))
+ glibMeta, _ := _t.Load(rosa.H("glib"))
+ zlibMeta, zlib := _t.Load(rosa.H("zlib"))
+ zstdMeta, _ := _t.Load(rosa.H("zstd"))
+ hakureiMeta, _ := _t.Load(rosa.H("hakurei"))
+ hakureiDistMeta, _ := _t.Load(rosa.H("hakurei-dist"))
testCases := []struct {
name string