Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Aug 15, 2012
1 parent 0ec7947 commit c3afa40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/save.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var common = require('./00-setup.js')
var fs = require('fs')
var ini = require('ini')
var expectConf =
[ 'globalconfig = /Users/isaacs/dev/js/npmconf/test/fixtures/globalconfig',
[ 'globalconfig = ' + common.globalconfig,
'email = i@izs.me',
'env-thing = asdf',
'init.author.name = Isaac Z. Schlueter',
Expand All @@ -29,7 +29,7 @@ var expectConf =
'httponly = true',
'' ].join('\n')
var expectFile =
[ 'globalconfig = /Users/isaacs/dev/js/npmconf/test/fixtures/globalconfig',
[ 'globalconfig = ' + common.globalconfig,
'email = i@izs.me',
'env-thing = asdf',
'init.author.name = Isaac Z. Schlueter',
Expand Down

0 comments on commit c3afa40

Please sign in to comment.