Browse Source

Failing test for when using nvm ls with v* version

master
Koen Punt 11 years ago
parent
commit
0b97ee1d2a
  1. 4
      test/fast/Listing versions/Running "nvm ls 0.2" should display only 0.2.x versions.

4
test/fast/Listing versions/Running "nvm ls 0.2" should display only 0.2.x versions.

@ -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…
Cancel
Save