Adding nvm exec tests.

This commit is contained in:
Jordan Harband
2014-08-02 15:36:45 -07:00
parent d5c0e94166
commit 1fa2acf5a7
4 changed files with 52 additions and 0 deletions

12
test/slow/nvm exec/teardown_dir Executable file
View File

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