Failing test for when using nvm ls with v* version
parent
1ded21c10d
commit
0b97ee1d2a
|
@ -7,4 +7,6 @@ mkdir ../../../v0.2.3
|
||||||
|
|
||||||
# The result should contain only the appropriate version numbers.
|
# The result should contain only the appropriate version numbers.
|
||||||
nvm ls 0.2 | grep v0.2.3 &&
|
nvm ls 0.2 | grep v0.2.3 &&
|
||||||
nvm ls 0.1 | grep -v v0.2.3
|
nvm ls 0.1 | grep -v v0.2.3 &&
|
||||||
|
nvm ls 0.1 | grep v0.1.3 &&
|
||||||
|
nvm ls v0.2 | grep v0.2.3
|
||||||
|
|
Loading…
Reference in New Issue