Skip to content

Commit

Permalink
Merge pull request #65 from Meroje/patch-1
Browse files Browse the repository at this point in the history
Remove realMode equality test on special bit test
  • Loading branch information
contra committed Mar 23, 2015
2 parents fd9388d + 627ace7 commit 30f2ff2
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 30f2ff2

Please sign in to comment.