This commit is contained in:
bryan 2021-07-15 20:01:57 -04:00
parent 4baa02dd53
commit ac4bbab5cb
218 changed files with 20 additions and 0 deletions

View File

View File

View File

0
test/fast/Aliases/circular/nvm_resolve_alias Executable file → Normal file
View File

0
test/fast/Aliases/circular/nvm_resolve_local_alias Executable file → Normal file
View File

0
test/fast/Aliases/circular/setup Executable file → Normal file
View File

0
test/fast/Aliases/circular/teardown Executable file → Normal file
View File

View File

0
test/fast/Aliases/lts/setup_dir Executable file → Normal file
View File

0
test/fast/Aliases/lts/teardown_dir Executable file → Normal file
View File

0
test/fast/Aliases/nvm_ensure_default_set Executable file → Normal file
View File

0
test/fast/Aliases/nvm_resolve_alias Executable file → Normal file
View File

0
test/fast/Aliases/nvm_resolve_local_alias Executable file → Normal file
View File

0
test/fast/Aliases/setup Executable file → Normal file
View File

0
test/fast/Aliases/teardown Executable file → Normal file
View File

0
test/fast/Listing paths/teardown Executable file → Normal file
View File

View File

View File

View File

View File

0
test/fast/Listing versions/teardown Executable file → Normal file
View File

View File

@ -0,0 +1,9 @@
#!/bin/sh
set -ex
\. ../../nvm.sh
nvm alias test v0.1.2
[ "$(cat "$(nvm_alias_path)/test")" = "v0.1.2" ]

View File

@ -0,0 +1,11 @@
#!/bin/sh
set -ex
die () { echo "$@" ; exit 1; }
\. ../../nvm.sh
nvm deactivate 2>&1
[ "$(nvm current)" = "system" ] || [ "$(nvm current)" = "none" ] || die '"nvm current" did not report "system" or "none" when deactivated'

View File

View File

View File

View File

View File

View File

View File

View File

0
test/fast/Unit tests/iojs_version_has_solaris_binary Executable file → Normal file
View File

0
test/fast/Unit tests/node_version_has_solaris_binary Executable file → Normal file
View File

0
test/fast/Unit tests/nvm ls-remote Executable file → Normal file
View File

0
test/fast/Unit tests/nvm version-remote Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_add_iojs_prefix Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_alias Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_alias_path Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_change_path Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_checksum Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_clang_version Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_command_info Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_compare_checksum Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_compute_checksum Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_curl_libz_support Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_curl_use_compression Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_curl_version Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_die_on_prefix Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_ensure_default_set Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_ensure_version_installed Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_ensure_version_prefix Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_find_up Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_format_version Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_get_arch Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_get_checksum Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_get_checksum_alg Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_get_default_packages Executable file → Normal file
View File

View File

0
test/fast/Unit tests/nvm_get_minor_version Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_get_mirror Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_has Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_has_non_aliased Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_has_solaris_binary Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_has_system_iojs Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_has_system_node Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_install_latest_npm Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_iojs_prefix Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_is_alias Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_is_iojs_version Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_is_merged_node_version Executable file → Normal file
View File

0
test/fast/Unit tests/nvm_is_natural_num Executable file → Normal file
View File

Some files were not shown because too many files have changed in this diff Show More