Sign in
cobalt
/
third_party
/
nvm
/
e48cb858a69e7a62f6b9230d0c9ce916339e12cd
/
.
/
test
/
fast
/
Running "nvm current" should display current nvm environment.
blob: 1d4d19ba554f1223dfb05ab361d8b1e21c54fd6b [
file
] [
log
] [
blame
]
#!/bin/sh
set
-
ex
die
()
{
echo
"$@"
;
exit
1
;
}
\.
../../
nvm
.
sh
nvm deactivate
2
>&
1
[
"$(nvm current)"
=
"system"
]
||
[
"$(nvm current)"
=
"none"
]
||
die
'"nvm current" did not report "system" or "none" when deactivated'