From 35466187f2206eab78d15b0b25d60de27829e3df Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 16 Sep 2014 09:03:31 -0700 Subject: [PATCH] Noting the changed behavior of `nvm ls vx.y.` to return something useful. --- ...e-like versioning vx.x.x should only list a matched version" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ mkdir ../../../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 N/A && +nvm ls v0.1. | grep v0.1.2 && nvm ls v0.1.1 | grep N/A