nvm/test/fast/Listing versions
2021-07-15 20:01:57 -04:00
..
Running "nvm ls 0.0.2" should display only version 0.0.2. udpdate 2021-07-15 20:01:57 -04:00
Running "nvm ls 0.2" should display only 0.2.x versions. udpdate 2021-07-15 20:01:57 -04:00
Running "nvm ls --no-alias" does not call into nvm_alias udpdate 2021-07-15 20:01:57 -04:00
Running "nvm ls --no-alias" with a pattern errors udpdate 2021-07-15 20:01:57 -04:00
Running "nvm ls foo" should return a nonzero exit code when not found udpdate 2021-07-15 20:01:57 -04:00
Running "nvm ls io" should return NA udpdate 2021-07-15 20:01:57 -04:00
Running "nvm ls node_" should return a nonzero exit code when not found udpdate 2021-07-15 20:01:57 -04:00
Running "nvm ls stable" and "nvm ls unstable" should return the appropriate implicit alias udpdate 2021-07-15 20:01:57 -04:00
Running "nvm ls system" should include "system" when appropriate udpdate 2021-07-15 20:01:57 -04:00
Running "nvm ls" calls into nvm_alias udpdate 2021-07-15 20:01:57 -04:00
Running "nvm ls" should display all installed versions. udpdate 2021-07-15 20:01:57 -04:00
Running "nvm ls" should filter out ".nvm" udpdate 2021-07-15 20:01:57 -04:00
Running "nvm ls" should filter out "versions" udpdate 2021-07-15 20:01:57 -04:00
Running "nvm ls" should include "system" when appropriate udpdate 2021-07-15 20:01:57 -04:00
Running "nvm ls" should list versions in the "versions" directory udpdate 2021-07-15 20:01:57 -04:00
Running "nvm ls" with node-like versioning vx.x.x should only list a matched version udpdate 2021-07-15 20:01:57 -04:00
Running "nvm ls" with nounset should not fail. udpdate 2021-07-15 20:01:57 -04:00
teardown udpdate 2021-07-15 20:01:57 -04:00
Using a nonstandard IFS should not break udpdate 2021-07-15 20:01:57 -04:00