Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: fix test-fs-symlink-dir-junction-relative #129

Closed

Conversation

piscisaureus
Copy link
Contributor

  • 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

R=@bnoordhuis

  * 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
@bnoordhuis
Copy link
Member

I would perhaps drop the console.log() statements on the premise that a passing test is a quiet test - but LGTM.

piscisaureus 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>
@piscisaureus piscisaureus deleted the fix-test-junction-relative branch December 9, 2014 20:17
@piscisaureus
Copy link
Contributor Author

I would perhaps drop the console.log() statements
Did that.

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants