[test] Move around test .json files

master
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.add('file', {
file: path.join(__dirname, 'hierarchical.json')
file: path.join(__dirname, '../hierarchy/hierarchical.json')
});
process.stdout.write(nconf.get('something') || 'undefined');