We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a27a20 commit 7d576abCopy full SHA for 7d576ab
test/simple.js
@@ -69,7 +69,7 @@ test('should emit error when stream is broken in a different way?', function(t)
69
t.plan(1);
70
// this is the smallest truncated file I found that reproduced the bug, but
71
// longer files will also work.
72
- var truncated = fs.readFileSync('test/fixtures/brokencrc.bz2');
+ var truncated = fs.readFileSync('test/fixtures/truncated.bz2');
73
var unbz2 = unbzip2Stream();
74
unbz2.on('error', function (err) {
75
t.ok(true, err);
0 commit comments