Sign in
cobalt
/
third_party
/
nvm
/
2a2b8bdeb3fb7c8c219148e181246ac9c1f593a4
/
.
/
test
/
fast
/
Unit tests
/
nvm_iojs_prefix
blob: 66666955026cb662b2f0bcfc3a87d82860a6699b [
file
] [
log
] [
blame
]
#!/bin/sh
die
()
{
echo $@
;
exit
1
;
}
.
../../../
nvm
.
sh
[
"$(nvm_iojs_prefix)"
=
"iojs"
]
||
die
'"nvm_iojs_prefix" did not return the string "iojs". why did this fail?!'