mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
Fix umask test (#4533)
This commit is contained in:
parent
30fdf6dc83
commit
bdcb926b37
1 changed files with 0 additions and 1 deletions
|
@ -11,6 +11,5 @@ unitTest(
|
|||
const finalMask = Deno.umask();
|
||||
assertEquals(newMask, 0o020);
|
||||
assertEquals(finalMask, prevMask);
|
||||
assertEquals(prevMask, 0o022);
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue