Sign in
cobalt
/
third_party
/
nvm
/
ad24e96fda498887d6393a61cf8828ae13e0beb0
/
.
/
test
/
fast
/
Unit tests
/
nvm_iojs_prefix
blob: fef237316e6d3f727f8236fc9bb35f3677602217 [
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?!'