Skip to content

Commit 627ace7

Browse files
committed
Remove realMode equality test on special bit test
It has been shown in #62 this bit can be platform specific and is unreliable, testing fs.chmod is not called will be enough.
1 parent fd9388d commit 627ace7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/dest.js

-1
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,6 @@ describe('dest stream', function() {
743743
var onEnd = function(){
744744
expectedCount.should.equal(1);
745745
should(chmodSpy.called).be.not.ok;
746-
realMode(fs.lstatSync(expectedPath).mode).should.equal(expectedMode);
747746
done();
748747
};
749748

0 commit comments

Comments
 (0)