nvm/test/fast/Listing versions
Jordan Harband dc5dfe3bc1
[Fix] set IFS to default for all nvm commands.
Fixes #1227. Fixes #1244. Fixes #1514. Fixes #1518.
2017-04-28 00:41:55 -07:00
..
Running "nvm ls 0.0.2" should display only version 0.0.2. [Tests] die() in tests should quote "$@" for echo 2016-11-07 03:34:36 +08:00
Running "nvm ls 0.2" should display only 0.2.x versions. [Tests] die() in tests should quote "$@" for echo 2016-11-07 03:34:36 +08:00
Running "nvm ls foo" should return a nonzero exit code when not found [Tests] Replace all dots with backslash dots 2016-11-03 23:44:59 -07:00
Running "nvm ls io" should return NA [Tests] Replace all dots with backslash dots 2016-11-03 23:44:59 -07:00
Running "nvm ls node_" should return a nonzero exit code when not found [Tests] Replace all dots with backslash dots 2016-11-03 23:44:59 -07:00
Running "nvm ls stable" and "nvm ls unstable" should return the appropriate implicit alias [Tests] die() in tests should quote "$@" for echo 2016-11-07 03:34:36 +08:00
Running "nvm ls system" should include "system" when appropriate [Tests] die() in tests should quote "$@" for echo 2016-11-07 03:34:36 +08:00
Running "nvm ls" should display all installed versions. [Tests] Replace all dots with backslash dots 2016-11-03 23:44:59 -07:00
Running "nvm ls" should filter out ".nvm" [Tests] Replace all dots with backslash dots 2016-11-03 23:44:59 -07:00
Running "nvm ls" should filter out "versions" [Tests] Replace all dots with backslash dots 2016-11-03 23:44:59 -07:00
Running "nvm ls" should include "system" when appropriate [Tests] die() in tests should quote "$@" for echo 2016-11-07 03:34:36 +08:00
Running "nvm ls" should list versions in the "versions" directory [Tests] die() in tests should quote "$@" for echo 2016-11-07 03:34:36 +08:00
Running "nvm ls" with node-like versioning vx.x.x should only list a matched version [Tests] Replace all dots with backslash dots 2016-11-03 23:44:59 -07:00
Using a nonstandard IFS should not break [Fix] set IFS to default for all nvm commands. 2017-04-28 00:41:55 -07:00
teardown Clean up from some more tests 2014-10-22 18:15:21 -07:00