[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

@@ -1,10 +1,11 @@
#!/bin/sh
\. ../../../nvm.sh
\. ../../common.sh
mkdir "${NVM_DIR}/v0.1.3"
mkdir "${NVM_DIR}/v0.2.3"
mkdir "${NVM_DIR}/v0.20.3"
make_fake_node v0.1.3
make_fake_node v0.2.3
make_fake_node v0.20.3
die () { echo "$@" ; exit 1; }