Skip to content

Commit 16ef24b

Browse files
TrottMylesBorins
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 969c39e commit 16ef24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-zlib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ assert.doesNotThrow(() => {
136136
}, 'windowsBits set to 8 should follow legacy zlib behavior');
137137

138138
{
139-
const node = fs.createReadStream(process.execPath);
139+
const node = fs.createReadStream(fixtures.path('person.jpg'));
140140
const raw = [];
141141
const reinflated = [];
142142
node.on('data', (chunk) => raw.push(chunk));

0 commit comments

Comments
 (0)