Failing test for when using nvm ls with v* version

master
Koen Punt 2014-03-18 00:53:04 +01:00
parent 1ded21c10d
commit 0b97ee1d2a
1 changed files with 3 additions and 1 deletions

View File

@ -7,4 +7,6 @@ mkdir ../../../v0.2.3
# The result should contain only the appropriate version numbers.
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