Skip to content

Commit

Permalink
Remove realMode equality test on special bit test
Browse files Browse the repository at this point in the history
It has been shown in #62 this bit can be platform specific and is unreliable, testing fs.chmod is not called will be enough.
  • Loading branch information
Meroje authored and phated committed Nov 28, 2017
1 parent c8e3974 commit 7f8e34f
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 7f8e34f

Please sign in to comment.