Skip to content

Commit

Permalink
eliminated annoying & unnecessary config tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
othiym23 committed Feb 6, 2015
1 parent 4707bba commit 41a0f89
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,7 @@ function flatten (arr) {
function setup (cb) {
cleanup(function (er) {
if (er) return cb(er)
execChain([ [ "node \""+npmcli+"\" install \""+npmpkg+"\"", root ],
[ "npm config set package-config:foo boo", root ]
], cb)
exec("node \""+npmcli+"\" install \""+npmpkg+"\"", root, false, cb)
})
}

Expand Down

0 comments on commit 41a0f89

Please sign in to comment.