Skip to content

Commit

Permalink
Update: Remove realMode equality test on special bit test (ref #62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meroje authored and phated committed Nov 28, 2017
1 parent 54a2d8c commit 44ca6bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/dest.js
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,6 @@ describe('dest stream', function() {
var onEnd = function(){
expectedCount.should.equal(1);
should(chmodSpy.called).be.not.ok;
realMode(fs.lstatSync(expectedPath).mode).should.equal(expectedMode);
done();
};

Expand Down

0 comments on commit 44ca6bb

Please sign in to comment.