Skip to content

(v6.x backport) test: fix args in parallel/test-fs-null-bytes.js

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test, fs

Backport of #11601

The functions fs.appendFile() and fs.writeFile() were being called without the required data argument.

Refs: https://github.com/nodejs/node/issues/11595

Merge request reports

Loading