[test] Move around test .json files

This commit is contained in:
indexzero 2011-11-23 16:39:30 -05:00
parent 0fbc9a2722
commit 021850a14d
2 changed files with 1 additions and 1 deletions

View file

@ -11,7 +11,7 @@ var path = require('path'),
nconf.argv(); nconf.argv();
nconf.add('file', { nconf.add('file', {
file: path.join(__dirname, 'hierarchical.json') file: path.join(__dirname, '../hierarchy/hierarchical.json')
}); });
process.stdout.write(nconf.get('something') || 'undefined'); process.stdout.write(nconf.get('something') || 'undefined');