Skip to content

Commit

Permalink
test: make prune test env filtering more targeted
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Mar 17, 2014
1 parent 1d29b17 commit f54c6fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/tap/prune.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ var rimraf = require("rimraf")
var mr = require("npm-registry-mock")
var common = require("../common-tap.js")
var spawn = require("child_process").spawn
var env = { PATH: process.env.PATH }
var env = process.env
process.env.npm_config_depth = "Infinity"

var pkg = __dirname + "/prune"
var cache = pkg + "/cache"
Expand Down

0 comments on commit f54c6fd

Please sign in to comment.