You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
320 B
13 lines
320 B
![]()
11 years ago
|
#!/bin/sh
|
||
|
|
||
![]()
8 years ago
|
die () { echo "$@" ; exit 1; }
|
||
![]()
11 years ago
|
|
||
![]()
8 years ago
|
\. ../../../nvm.sh
|
||
![]()
7 years ago
|
\. ../../common.sh
|
||
![]()
11 years ago
|
|
||
![]()
7 years ago
|
make_fake_node v0.12.1
|
||
|
make_fake_node v0.1.3
|
||
![]()
9 years ago
|
|
||
![]()
11 years ago
|
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'
|