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

6
test/installation/setup_dir Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
if [ -f ".nvmrc" ]; then
mv .nvmrc .nvmrc.bak
fi