[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,9 +1,10 @@
#!/bin/sh
\. ../../../nvm.sh
\. ../../common.sh
mkdir "${NVM_DIR}/v0.0.2"
mkdir "${NVM_DIR}/v0.0.20"
make_fake_node v0.0.2
make_fake_node v0.0.20
die () { echo "$@" ; exit 1; }