commit | 35466187f2206eab78d15b0b25d60de27829e3df | [log] [tgz] |
---|---|---|
author | Jordan Harband <ljharb@gmail.com> | Tue Sep 16 09:03:31 2014 -0700 |
committer | Jordan Harband <ljharb@gmail.com> | Tue Sep 16 09:03:48 2014 -0700 |
tree | bd1e0f5ebd85e5c9fc0da55c591ffcd25d9f80ea | |
parent | c992b1766c2a4277a164450d1568e9acffbccebb [diff] |
Noting the changed behavior of `nvm ls vx.y.` to return something useful.
diff --git "a/test/fast/Listing versions/Running \"nvm ls\" with node-like versioning vx.x.x should only list a matched version" "b/test/fast/Listing versions/Running \"nvm ls\" with node-like versioning vx.x.x should only list a matched version" index 443b305..43c77d8 100755 --- "a/test/fast/Listing versions/Running \"nvm ls\" with node-like versioning vx.x.x should only list a matched version" +++ "b/test/fast/Listing versions/Running \"nvm ls\" with node-like versioning vx.x.x should only list a matched version"
@@ -6,6 +6,6 @@ nvm ls v0.1 | grep v0.1.2 && nvm ls v0.1.2 | grep v0.1.2 && -nvm ls v0.1. | grep N/A && +nvm ls v0.1. | grep v0.1.2 && nvm ls v0.1.1 | grep N/A