From d449c25359edb2ccf580a62c7a581515de01903c Mon Sep 17 00:00:00 2001 From: Patrick Gaskin Date: Sat, 17 Jul 2021 16:47:25 -0400 Subject: [PATCH] Use testdata from pgaskin/kobopatch-testdata --- test/syms/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/syms/main.go b/test/syms/main.go index f8820e7..dda2e27 100644 --- a/test/syms/main.go +++ b/test/syms/main.go @@ -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/561cd2967c08196431da94718b9618e8b1cef3f7/testdata/" + version + ".tar.xz") + resp, err := http.Get("https://github.com/pgaskin/kobopatch-testdata/raw/v1/" + version + ".tar.xz") if err != nil { return nil, fmt.Errorf("get kobopatch testdata for %#v: %w", version, err) }