From 8d72b9e5bd8d99cbd32ce0ebe2f5da8e9b1d88ce Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 7 May 2026 18:04:59 +0900 Subject: internal/pkg: optionally register binfmt This transparently supports curing foreign exec artifacts. Signed-off-by: Ophestra --- cmd/mbf/main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/mbf/main_test.go') 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()) } -- cgit v1.3.1