Skip to content

Commit

Permalink
[test] Move around test .json files
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Nov 24, 2011
1 parent 0fbc9a2 commit 021850a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/fixtures/scripts/nconf-hierarchical-file-argv.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var path = require('path'),

nconf.argv();
nconf.add('file', {
file: path.join(__dirname, 'hierarchical.json')
file: path.join(__dirname, '../hierarchy/hierarchical.json')
});

process.stdout.write(nconf.get('something') || 'undefined');

0 comments on commit 021850a

Please sign in to comment.