Browse Source

Making sure there's test coverage for `nvm i`

master
Jordan Harband 11 years ago
parent
commit
bb01513eba
  1. 2
      test/slow/nvm install/install two versions and use the latest one

2
test/slow/nvm install/install two versions and use the latest one

@ -9,7 +9,7 @@ set -e
# Install from binary # Install from binary
nvm install 0.9.7 nvm install 0.9.7
nvm install 0.9.12 nvm i 0.9.12
# Check # Check
[ -d ../../../v0.9.7 ] [ -d ../../../v0.9.7 ]

Loading…
Cancel
Save