summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/install-shrinkwrapped-git.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/install-shrinkwrapped-git.js')
-rw-r--r--deps/npm/test/tap/install-shrinkwrapped-git.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/npm/test/tap/install-shrinkwrapped-git.js b/deps/npm/test/tap/install-shrinkwrapped-git.js
index f697980de9..db22acc7f6 100644
--- a/deps/npm/test/tap/install-shrinkwrapped-git.js
+++ b/deps/npm/test/tap/install-shrinkwrapped-git.js
@@ -30,6 +30,7 @@ var childPackageJSON = JSON.stringify({
})
test('setup', function (t) {
+ cleanup()
setup(function (err, result) {
t.ifError(err, 'git started up successfully')