Sign in
cobalt
/
third_party
/
nvm
/
49e806c77a7b4d42ed2fc411444c97b801bc529b
/
.
/
test
/
fast
/
Listing versions
/
Running 'nvm ls' with node-like versioning vx.x.x should only list a matched version
blob: cb54278fd6e484bf32e8ef6f80f7cf3ccede873c [
file
] [
log
] [
blame
]
#!/bin/sh
\.
../../../
nvm
.
sh
\.
../../
common
.
sh
make_fake_node v0
.
1.2
nvm ls v0
.
1
|
grep v0
.
1.2
&&
nvm ls v0
.
1.2
|
grep v0
.
1.2
&&
nvm ls v0
.
1.
|
grep v0
.
1.2
&&
nvm ls v0
.
1.1
|
grep N
/
A