[Tests] update most mkdirs to use make_fake_{node,iojs}

This commit is contained in:
Joshua Li
2018-06-13 10:38:19 -07:00
committed by Jordan Harband
parent eabd7ab13d
commit a5f42d9cea
21 changed files with 107 additions and 90 deletions

View File

@@ -3,9 +3,10 @@
die () { echo "$@" ; exit 1; }
\. ../../../nvm.sh
\. ../../common.sh
mkdir -p "${NVM_DIR}/versions/node/v0.12.1"
mkdir "${NVM_DIR}/v0.1.3"
make_fake_node v0.12.1
make_fake_node v0.1.3
nvm ls 0.12 | grep v0.12.1 || die '"nvm ls" did not list a version in the versions/ directory'
nvm ls 0.1 | grep v0.1.3 || die '"nvm ls" did not list a version not in the versions/ directory'