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 <ruben@bridgewater.de> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
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)