Skip to content

Commit 3456e61

Browse files
Trottevanlucas
authored andcommitted
test: use smaller input file for test-zlib.js
PR-URL: #17988 Fixes: #17986 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
1 parent 278450f commit 3456e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-zlib.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ assert.doesNotThrow(() => {
157157
}, 'windowsBits set to 8 should follow legacy zlib behavior');
158158

159159
{
160-
const node = fs.createReadStream(process.execPath);
160+
const node = fs.createReadStream(fixtures.path('person.jpg'));
161161
const raw = [];
162162
const reinflated = [];
163163
node.on('data', (chunk) => raw.push(chunk));

0 commit comments

Comments
 (0)