diff --git a/internal/imgcache/processor_test.go b/internal/imgcache/processor_test.go index 374826d..954315c 100644 --- a/internal/imgcache/processor_test.go +++ b/internal/imgcache/processor_test.go @@ -15,7 +15,8 @@ import ( ) func TestMain(m *testing.M) { - initVips() + vips.LoggingSettings(nil, vips.LogLevelError) + vips.Startup(nil) code := m.Run() vips.Shutdown() os.Exit(code)