Skip to content

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 fixesnodejs#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 <[email protected]>
@piscisaureuspiscisaureus deleted the fix-test-junction-relative branch December 9, 2014 20:17
@piscisaureus
Copy link
ContributorAuthor

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

@snig-bsnig-b mentioned this pull request May 23, 2016
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 freeto 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

@piscisaureus@bnoordhuis