From 849a34ee7092e8cfc9e0f5096b3ed28bd463aaaa Mon Sep 17 00:00:00 2001 From: Patrick Gaskin Date: Thu, 10 Jun 2021 09:22:41 -0400 Subject: [PATCH] Add 4.28.17623 to symbol tests --- test/syms/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/syms/main.go b/test/syms/main.go index 7dc35f5..f8820e7 100644 --- a/test/syms/main.go +++ b/test/syms/main.go @@ -34,7 +34,7 @@ func main() { "4.15.12920", "4.16.13162", "4.17.13651", "4.17.13694", "4.18.13737", "4.19.14123", "4.20.14601", "4.20.14617", "4.20.14622", "4.21.15015", "4.22.15190", "4.22.15268", "4.23.15505", "4.24.15672", "4.24.15676", - "4.25.15875", "4.26.16704", + "4.25.15875", "4.26.16704", "4.28.17623", } checks := map[string]map[string][]SymCheck{} @@ -145,7 +145,7 @@ func main() { } func GetPatcher(version, lib string) (*patchlib.Patcher, error) { - resp, err := http.Get("https://github.com/pgaskin/kobopatch-patches/raw/v70/testdata/" + version + ".tar.xz") + resp, err := http.Get("https://github.com/pgaskin/kobopatch-patches/raw/561cd2967c08196431da94718b9618e8b1cef3f7/testdata/" + version + ".tar.xz") if err != nil { return nil, fmt.Errorf("get kobopatch testdata for %#v: %w", version, err) }