From bb01513eba1fe3f44c5623bf64555c0ca835b4ab Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 22 Jun 2014 09:18:41 -0700 Subject: [PATCH] Making sure there's test coverage for `nvm i` --- .../nvm install/install two versions and use the latest one | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/slow/nvm install/install two versions and use the latest one b/test/slow/nvm install/install two versions and use the latest one index 951eabb..df6670d 100755 --- a/test/slow/nvm install/install two versions and use the latest one +++ b/test/slow/nvm install/install two versions and use the latest one @@ -9,7 +9,7 @@ set -e # Install from binary nvm install 0.9.7 -nvm install 0.9.12 +nvm i 0.9.12 # Check [ -d ../../../v0.9.7 ]