aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/mbf/main_test.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-05-07 18:04:59 +0900
committerOphestra <cat@gensokyo.uk>2026-05-07 19:43:06 +0900
commit8d72b9e5bd8d99cbd32ce0ebe2f5da8e9b1d88ce (patch)
tree403a00ccd0d1ed98795a4e739b72f2de12b34102 /cmd/mbf/main_test.go
parent8a3c3d145a560b91da1d9bce9070c20289b63502 (diff)
internal/pkg: optionally register binfmt
This transparently supports curing foreign exec artifacts. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'cmd/mbf/main_test.go')
-rw-r--r--cmd/mbf/main_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mbf/main_test.go b/cmd/mbf/main_test.go
index 8f0d0894..a5b33e90 100644
--- a/cmd/mbf/main_test.go
+++ b/cmd/mbf/main_test.go
@@ -9,7 +9,7 @@ import (
)
func TestMain(m *testing.M) {
- rosa.DropCaches(rosa.OptLLVMNoLTO)
+ rosa.DropCaches("", rosa.OptLLVMNoLTO)
os.Exit(m.Run())
}