mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
doc: fix typo in test/common/README.md
Corrects the misspelling of "unmask" to "umask" PR-URL: https://github.com/nodejs/node/pull/59180 Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
fb9e9f1e31
commit
0eeccd281c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ several other tasks:
|
|||
don't accidentally pollute the global namespace.
|
||||
|
||||
* Some tests assume a default umask of `0o022`. To enforce this assumption,
|
||||
the common module sets the unmask at startup. Tests that require a
|
||||
the common module sets the umask at startup. Tests that require a
|
||||
different umask can override this setting after loading the module.
|
||||
|
||||
* Some tests specify runtime flags (example, `--expose-internals`) via a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue