Skip to content

Commit

Permalink
Fix test (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
1000ch authored May 29, 2020
1 parent 416c8ff commit d6c1f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]);
Expand Down

0 comments on commit d6c1f15

Please sign in to comment.