From 86c60f5525290b918ecb0c9dc934cd86ac97cffd Mon Sep 17 00:00:00 2001 From: Yosiya Hinosawa Date: Wed, 23 Jan 2013 23:38:05 +0900 Subject: [PATCH] replaced real installation with dummy directory. --- ... deactivate\" should unset the nvm environment variables." | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename "test/slow/Running \"nvm deactivate\" should unset the nvm environment variables." => "test/fast/Running \"nvm deactivate\" should unset the nvm environment variables." (84%) diff --git "a/test/slow/Running \"nvm deactivate\" should unset the nvm environment variables." "b/test/fast/Running \"nvm deactivate\" should unset the nvm environment variables." similarity index 84% rename from "test/slow/Running \"nvm deactivate\" should unset the nvm environment variables." rename to "test/fast/Running \"nvm deactivate\" should unset the nvm environment variables." index 1479355..4eee29e 100755 --- "a/test/slow/Running \"nvm deactivate\" should unset the nvm environment variables." +++ "b/test/fast/Running \"nvm deactivate\" should unset the nvm environment variables." @@ -1,8 +1,10 @@ #!/bin/sh +mkdir ../../v0.8.6 + . ../../nvm.sh + nvm && -nvm install 0.8.6 && nvm use 0.8.6 && (echo $PATH | grep nvm) nvm deactivate &&