diff options
Diffstat (limited to 'test/common/README.md')
-rw-r--r-- | test/common/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/common/README.md b/test/common/README.md index c3f2c5f6b8..4d914f4f89 100644 --- a/test/common/README.md +++ b/test/common/README.md @@ -52,10 +52,9 @@ symlinks ([SeCreateSymbolicLinkPrivilege](https://msdn.microsoft.com/en-us/library/windows/desktop/bb530716(v=vs.85).aspx)). On non-Windows platforms, this always returns `true`. -### ddCommand(filename, kilobytes) -* return [<Object>] +### ddCommand(filename) -Platform normalizes the `dd` command +Creates a 10 MB file of all null characters. ### disableCrashOnUnhandledRejection() |