mirror of https://github.com/lukechilds/node.git
Friedemann Altrock
15 years ago
committed by
Ryan Dahl
3 changed files with 25 additions and 1 deletions
@ -0,0 +1,6 @@ |
|||
process.mixin(require("./common")); |
|||
|
|||
var mask = 0664; |
|||
var old = process.umask(mask); |
|||
|
|||
assertEquals(true, mask === process.umask(old)); |
Loading…
Reference in new issue