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 &&