Skip to content

test: remove redundant fchmod test

We test fs.fchmod function in test-fs-fchmod.js, so the test snippet in test-fs-chmod.js is redundant and remove it now. https://github.com/nodejs/node/blob/903630e72ece60c764b9cac9d0941400377b7ac6/test/parallel/test-fs-fchmod.js#L10-L20

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

Merge request reports

Loading