Clean up after existing nvm install tests.

This commit is contained in:
Jordan Harband
2014-04-19 16:48:14 -07:00
parent 55a6f1f06e
commit eb6031cb58
5 changed files with 38 additions and 17 deletions

View File

@@ -0,0 +1,13 @@
#!/bin/sh
. ../../../nvm.sh
nvm uninstall v0.10.7
if [ -f ".nvmrc" ]; then
rm .nvmrc
fi
if [ -f ".nvmrc.bak" ]; then
mv .nvmrc.bak .nvmrc
fi