From a90380b4e5e24921e0509af451186d021ba885ba Mon Sep 17 00:00:00 2001 From: 1000ch Date: Sat, 30 May 2020 00:38:01 +0900 Subject: [PATCH] Fix test --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index c4e75a3..f4ce160 100644 --- a/test/test.js +++ b/test/test.js @@ -16,7 +16,7 @@ test('rebuild the jpegtran binaries', async t => { `--prefix="${temporary}" --bindir="${temporary}"` ].join(' '); - await binBuild.url('https://downloads.sourceforge.net/project/libjpeg-turbo/1.5.1/libjpeg-turbo-1.5.1.tar.gz', [ + await binBuild.file(path.resolve(__dirname, '../vendor/source/libjpeg-turbo-1.5.1.tar.gz'), [ cfg, 'make install' ]);