test: fix test-fs-symlink-dir-junction-relative by piscisaureus · Pull Request #129 · nodejs/node

@piscisaureus

  * The test no longer relies on being invoked from a particular
    working directory to function properly.
  * fs.symlink() and fs.symlinkSync() are both tested.
  * The test now cleans up after itself.

This commit fixes nodejs#126

R=@bnoordhuis

added a commit that referenced this pull request

Dec 9, 2014
  * The test no longer relies on being invoked from a particular
    working directory to function properly.
  * fs.symlink() and fs.symlinkSync() are both tested.
  * The test now cleans up after itself.

This commit fixes #126

PR-URL: #129
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>

boingoing pushed a commit to boingoing/node that referenced this pull request

Apr 6, 2017
* Remove napi registration code from node.cc

* make napi_module_register extern "C"

This was referenced

Sep 1, 2021

This was referenced

Sep 13, 2021

@s4sc s4sc mentioned this pull request

May 14, 2022