37 Commits (18c6f98acc336f3dc9f6aff591d02af021923b26)

Author SHA1 Message Date
Sehrope Sarkuni 0b5bb5ccd8
[Fix] `set -u`: Add default empty value for `$NVM_NO_ALIAS` 6 years ago
Christopher Sahnwaldt a1abfd1fe4
[Tests] use rimraf over `rmdir` in teardowns 6 years ago
Jordan Harband c6740f5a6e
[New] `nvm ls`: add `--no-alias` to suppress alias output 6 years ago
Jordan Harband 04fdb2331b
[Tests] `nvm ls`: ensure `nvm alias` is called 6 years ago
Jordan Harband 2a513a1bc0
[Fix] `nvm_ls`: Reverts #1462 to fix io.js sorting. 6 years ago
Joshua Li a5f42d9cea
[Tests] update most mkdirs to use make_fake_{node,iojs} 7 years ago
Peter Dave Hello 2cd2c0f72e Remove useless trailing newlines 7 years ago
Jordan Harband dc5dfe3bc1
[Fix] set IFS to default for all nvm commands. 8 years ago
Peter Dave Hello f7763c8ba9
[Tests] die() in tests should quote "$@" for echo 8 years ago
Qiangjun Ran cadbbced20
[Tests] Replace all dots with backslash dots 8 years ago
Jordan Harband 73aa35f508
[Tests] use `$NVM_DIR` instead of relative paths 9 years ago
Jordan Harband 91c77c6ba8
[Tests] fix shebangs 9 years ago
Jordan Harband 2116d2ff91 Filter out the io.js version dir from nvm_ls output. 10 years ago
Jordan Harband 39a75e616d Add support for `nvm use node`, `nvm use iojs`, `nvm ls node`, and `nvm ls iojs` 10 years ago
Jordan Harband 0ad5a450fe Put node versions >= 0.12 in `versions/node` instead of just `versions` 10 years ago
Jordan Harband f661617f1c Make `nvm_ls foo` work with `iojs`-prefixed version strings. 10 years ago
Jordan Harband 0f5997f754 Clean up from some more tests 10 years ago
Jordan Harband 8284cd0f81 Ensuring that there's a stable and unstable version "available" for this test. 10 years ago
Jordan Harband c918e570b6 Add support for `nvm ls stable` and `nvm ls unstable` 11 years ago
Jordan Harband be605cb12b Adding a failing test: `nvm ls 0.0.x` includes `v0.0.xy` 11 years ago
Jordan Harband 35466187f2 Noting the changed behavior of `nvm ls vx.y.` to return something useful. 11 years ago
Jordan Harband 15b3e7b6a8 Removing unnecessary cleanup in "Listing Versions" tests. 11 years ago
Jordan Harband 8d05ab63f1 Silencing error output in the "Listing Versions" teardown script. 11 years ago
Jordan Harband a80f958a1e All 4 of these test files should be executable. 11 years ago
Jordan Harband 110e571c34 Make `nvm ls system` work. 11 years ago
Jordan Harband b59ecb9e11 Make sure the new `versions` directory is filtered out of nvm_ls output (in zsh). 11 years ago
Jordan Harband 5dd2d7e5d4 Make `nvm ls` support listing the "versions" directory when it's present. 11 years ago
Jordan Harband 6dc602b521 Ensure that `nvm ls node` doesn't return "node_modules", for example. 11 years ago
Jordan Harband 6e02e5a54c If `nvm_ls` is called without a pattern, and node exists, tack on "system". 11 years ago
Jordan Harband 8a29122d0a Adding `teardown` to `test/fast/Listing versions/` 11 years ago
Jordan Harband f6974744cd Moving this nvm ls test inside the "listing versions" test subdir. 11 years ago
Jordan Harband 802f064178 Adding a failing test. 11 years ago
Andrew Crites 1b22c2e2b1 Including test for specific version listing 11 years ago
Jordan Harband 578a601b27 Filter out of `nvm ls` things that start with a dot. Fixes #421, closes #422. 11 years ago
Koen Punt 0b97ee1d2a Failing test for when using nvm ls with v* version 11 years ago
Dr. Kibitz 0f709eafa0 Missed tests 11 years ago
Thomas Levine a27d39139b tests from readme 13 years ago