From fe044c5e3b2fdbcd0ed4ad52a946fd48f30ecb09 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 7 Jun 2015 01:10:55 -0700 Subject: [PATCH] `spawn-sync` now dedupes to the top level with this group of packages. --- test/slow/nvm reinstall-packages/should work as expected | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/slow/nvm reinstall-packages/should work as expected b/test/slow/nvm reinstall-packages/should work as expected index ef58297..506d5f4 100755 --- a/test/slow/nvm reinstall-packages/should work as expected +++ b/test/slow/nvm reinstall-packages/should work as expected @@ -7,7 +7,7 @@ die () { echo "$@" ; exit 1; } nvm use 0.10.28 (cd test-npmlink && npm link) -EXPECTED_PACKAGES="autoprefixer bower david eslint grunt-cli grunth-cli http-server jshint marked node-gyp npmlist recursive-blame test-npmlink uglify-js yo" +EXPECTED_PACKAGES="autoprefixer bower david eslint grunt-cli grunth-cli http-server jshint marked node-gyp npmlist recursive-blame spawn-sync test-npmlink uglify-js yo" echo "$EXPECTED_PACKAGES" | xargs npm install -g --quiet