From 562cd9ca72fb0b3cf4fefa3f8b5ffbbe66e32b39 Mon Sep 17 00:00:00 2001 From: Thomas Levine Date: Wed, 10 Oct 2012 21:13:31 -0400 Subject: [PATCH] installation test --- test/slow/install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/slow/install b/test/slow/install index c9a592c..ed26e81 100755 --- a/test/slow/install +++ b/test/slow/install @@ -4,10 +4,11 @@ set -e . ../../nvm.sh # Remove the stuff we're clobbering. -[ -e ../v0.6.14 ] && rm -R ../v0.6.14 +[ -e ../../v0.6.14 ] && rm -R ../../v0.6.14 # Install nvm install 0.6.14 # Check -[ -d ../v0.6.14 ] +[ -d ../../v0.6.14 ] +nvm use v0.6.14 --version | grep v0.6.14