Moving actual installation tests to their own suite.

This commit is contained in:
Jordan Harband
2014-09-14 17:24:30 -07:00
parent 13aadbcf31
commit ba08fa31d8
10 changed files with 12 additions and 1 deletions

13
test/installation/teardown_dir Executable file
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