Update links to libvips, now in its own GitHub org

This commit is contained in:
Lovell Fuller
2018-09-21 20:33:01 +01:00
parent 71755b69e4
commit 2ce166ab0a
10 changed files with 15 additions and 18 deletions

View File

@@ -5,7 +5,7 @@ if ! type valgrind >/dev/null; then
exit 1
fi
curl -o ./test/leak/libvips.supp https://raw.githubusercontent.com/jcupitt/libvips/master/libvips.supp
curl -o ./test/leak/libvips.supp https://raw.githubusercontent.com/libvips/libvips/master/libvips.supp
for test in ./test/unit/*.js; do
G_SLICE=always-malloc G_DEBUG=gc-friendly valgrind \