From ce6f4eda3c57628df3e5536a948d9551385446c2 Mon Sep 17 00:00:00 2001 From: Joost Ruis Date: Sat, 24 Dec 2022 20:01:03 +0100 Subject: [PATCH] tests: ignore libcairo-sphinx.so --- tests/smoke_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/smoke_test.go b/tests/smoke_test.go index 23608a5..5865205 100644 --- a/tests/smoke_test.go +++ b/tests/smoke_test.go @@ -13,6 +13,7 @@ var toIgnore []string = []string{ "libreplace-samba4.so", "libgtk-4.so.1", "libsystemd-shared-251.so", + "libcairo-sphinx.so", } func pruneOutput(out string) string {