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 failure when run on a drive separate from where user's home is stored #224

Closed
dpalma opened this issue May 19, 2016 · 0 comments
Closed

Comments

@dpalma
Copy link

dpalma commented May 19, 2016

When the source directory is on a drive other than where the "process.env.HOME" directory is stored, the test "When using the nconf file store the search() method when the target file exists higher in the directory tree...should update the file appropriately" fails. To be more explicit, perhaps this test should create a suitable directory structure under the temp directory and use that instead.

dpalma added a commit to dpalma/nconf that referenced this issue May 20, 2016
Fixes indexzero#224
Test file was created under process.env.HOME, but test was searching in
the current working directory. If the cwd was not on the same drive as
the home directory, the test would fail.
mhamann pushed a commit that referenced this issue Oct 21, 2017
Fixes #224
Test file was created under process.env.HOME, but test was searching in
the current working directory. If the cwd was not on the same drive as
the home directory, the test would fail.
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

No branches or pull requests

1 participant