From 8ff9133361362e975b1b7f1f9eaa14074c221ced Mon Sep 17 00:00:00 2001 From: Ricky Bobby <89657947+rpreslar4765@users.noreply.github.com> Date: Mon, 18 Mar 2024 02:28:32 +0000 Subject: [PATCH] commit --- .travis.yml | 18 +----------------- ...uld ignore leading blank lines in the file} | 0 ...as' should not accept aliases with slashes} | 0 ... aliases when they shadow a built-in alias} | 0 ...aliases with names equal to built-in alias} | 0 ...as' should not accept aliases with slashes} | 0 ...sname˃ ˂target˃' again should change the target} | 0 ...alias ˂aliasname˃' should list but one alias} | 0 ...ts implicit aliases when they do not exist} | 0 ...s instead of implicit aliases when present} | 0 ...Running'nvm alias' should list all aliases} | 0 ...malias' should ensure LTS alias dir exists} | 0 ...rs => nvm_list_aliasescalls nvm_get_colors} | 0 ... => nvm_list_aliasesworks with LTS aliases} | 0 ...t_aliasesworks with no LTS aliases present} | 0 ...> nvm_print_alias_pathcalls nvm_get_colors} | 0 ..._print_formatted_aliascalls nvm_get_colors} | 0 ...h 0.0.2' should display only version 0.0.2} | 0 ... return a nonzero exit code when not found} | 0 ...s --no-alias' does not call into nvm_alias} | 0 ...g'nvm ls --no-alias' with a pattern errors} | 0 ...s 0.0.2' should display only version 0.0.2} | 0 ...ls 0.2' should display only 0.2.x versions} | 0 ... return a nonzero exit code when not found} | 0 ... NA => Running'nvm ls io' should return NA} | 0 ... return a nonzero exit code when not found} | 0 ...ould return the appropriate implicit alias} | 0 ...' should include 'system' when appropriate} | 0 ...as => Running'nvm ls' calls into nvm_alias} | 0 ... ls' should display all installed versions} | 0 ...> Running'nvm ls' should filter out '.nvm'} | 0 ...nning'nvm ls' should filter out 'versions'} | 0 ...' should include 'system' when appropriate} | 0 ... list versions in the 'versions' directory} | 0 ...g'nvm ls' should not show a trailing slash} | 0 ... vx.x.x should only list a matched version} | 0 ...nning'nvm ls' with nounset should not fail} | 0 ...=> Usinga nonstandard IFS should not break} | 0 ...vm_print_default_aliascalls nvm_get_colors} | 0 ... => nvm_print_versionscalls nvm_get_colors} | 0 ...TS argon.txt => nvm_ls_remoteLTS argon.txt} | 0 ....txt => nvm_ls_remoteLTS nightly argon.txt} | 0 ...ightly.txt => nvm_ls_remoteLTS nightly.txt} | 0 ..._ls_remote LTS.txt => nvm_ls_remoteLTS.txt} | 0 ...te nightly.txt => nvm_ls_remotenightly.txt} | 0 ...tly.txt => nvm_ls_remotestable nightly.txt} | 0 ...mote stable.txt => nvm_ls_remotestable.txt} | 0 ...s.txt => nvm_make_aliasLTS alias calls.txt} | 0 ...nt_implicit_aliasremote stable nightly.txt} | 0 ... nvm_print_implicit_aliasremote stable.txt} | 0 ...s-remote iojs.txt => nvmls-remote iojs.txt} | 0 ... ls-remote lts.txt => nvmls-remote lts.txt} | 0 ...s-remote node.txt => nvmls-remote node.txt} | 0 .../{nvm ls-remote.txt => nvmls-remote.txt} | 0 .../{nvm_alias LTS-N => nvm_aliasLTS-N} | 0 ...wget => nvm_get_latestmissing curl or wget} | 0 ...te LTS aliases => nvm_ls_remoteLTS aliases} | 0 ..._ls_remote nightly => nvm_ls_remotenightly} | 0 ...s errors => nvm_print_implicit_aliaserrors} | 0 ...success => nvm_print_implicit_aliassuccess} | 0 .../Unit tests/{nvm ls-remote => nvmls-remote} | 0 .../{nvm set_colors => nvmset_colors} | 0 .../{nvm version-remote => nvmversion-remote} | 0 ...> Preambleworks and respects 'silent' flag} | 0 ...ork => Running'nvm exec --lts' should work} | 0 ... work => Running'nvm exec 0.x' should work} | 0 ...ng'nvm exec' should pick up .nvmrc version} | 0 ...nning'nvm exec' with help should not parse} | 0 ...ckages $(nvm ls current)' should error out} | 0 ...work as expected => shouldwork as expected} | 0 ... with no installs => workswith no installs} | 0 ...g'nvm run --harmony --version' should work} | 0 ...work => Running'nvm run --lts' should work} | 0 ...ror out sensibly when 0.x is not installed} | 0 ...d work => Running'nvm run 0.x' should work} | 0 ...ing'nvm run' should pick up .nvmrc version} | 0 ...g'nvm uninstall 0.12.6' uninstalls v0.12.6} | 0 ...th incorrect file permissions fails nicely} | 0 ...ing'nvm use --lts' uses latest LTS version} | 0 ...e --lts=foo' uses latest 'foo' LTS version} | 0 ...ng'nvm use iojs' uses latest io.js version} | 0 ... use node --silent' doesn't print anything} | 0 ... use node' uses latest stable node version} | 0 ... use v1.0.0' uses iojs-v1.0.0 iojs version} | 0 ...Running'nvm use' calls 'nvm_die_on_prefix'} | 0 ...ith nvmrc containing not installed version} | 0 ... redirect => nvm_get_latestfailed redirect} | 0 87 files changed, 1 insertion(+), 17 deletions(-) rename test/fast/Aliases/{'nvm alias' should ignore leading blank lines in the file => 'nvmalias' should ignore leading blank lines in the file} (100%) mode change 100755 => 100644 rename test/fast/Aliases/{'nvm alias' should not accept aliases with slashes => 'nvmalias' should not accept aliases with slashes} (100%) mode change 100755 => 100644 rename test/fast/Aliases/{'nvm unalias' should accept aliases when they shadow a built-in alias => 'nvmunalias' should accept aliases when they shadow a built-in alias} (100%) mode change 100755 => 100644 rename test/fast/Aliases/{'nvm unalias' should not accept aliases with names equal to built-in alias => 'nvmunalias' should not accept aliases with names equal to built-in alias} (100%) mode change 100755 => 100644 rename test/fast/Aliases/{'nvm unalias' should not accept aliases with slashes => 'nvmunalias' should not accept aliases with slashes} (100%) mode change 100755 => 100644 rename test/fast/Aliases/{Running 'nvm alias ˂aliasname˃ ˂target˃' again should change the target => Running'nvm alias ˂aliasname˃ ˂target˃' again should change the target} (100%) mode change 100755 => 100644 rename test/fast/Aliases/{Running 'nvm alias ˂aliasname˃' should list but one alias => Running'nvm alias ˂aliasname˃' should list but one alias} (100%) mode change 100755 => 100644 rename test/fast/Aliases/{Running 'nvm alias' lists implicit aliases when they do not exist => Running'nvm alias' lists implicit aliases when they do not exist} (100%) mode change 100755 => 100644 rename test/fast/Aliases/{Running 'nvm alias' lists manual aliases instead of implicit aliases when present => Running'nvm alias' lists manual aliases instead of implicit aliases when present} (100%) mode change 100755 => 100644 rename test/fast/Aliases/{Running 'nvm alias' should list all aliases => Running'nvm alias' should list all aliases} (100%) mode change 100755 => 100644 rename test/fast/Aliases/lts/{'nvm alias' should ensure LTS alias dir exists => 'nvmalias' should ensure LTS alias dir exists} (100%) mode change 100755 => 100644 rename test/fast/Aliases/{nvm_list_aliases calls nvm_get_colors => nvm_list_aliasescalls nvm_get_colors} (100%) mode change 100755 => 100644 rename test/fast/Aliases/{nvm_list_aliases works with LTS aliases => nvm_list_aliasesworks with LTS aliases} (100%) mode change 100755 => 100644 rename test/fast/Aliases/{nvm_list_aliases works with no LTS aliases present => nvm_list_aliasesworks with no LTS aliases present} (100%) mode change 100755 => 100644 rename test/fast/Aliases/{nvm_print_alias_path calls nvm_get_colors => nvm_print_alias_pathcalls nvm_get_colors} (100%) mode change 100755 => 100644 rename test/fast/Aliases/{nvm_print_formatted_alias calls nvm_get_colors => nvm_print_formatted_aliascalls nvm_get_colors} (100%) mode change 100755 => 100644 rename test/fast/Listing paths/{Running 'nvm which 0.0.2' should display only version 0.0.2 => Running'nvm which 0.0.2' should display only version 0.0.2} (100%) mode change 100755 => 100644 rename test/fast/Listing paths/{Running 'nvm which foo' should return a nonzero exit code when not found => Running'nvm which foo' should return a nonzero exit code when not found} (100%) mode change 100755 => 100644 rename test/fast/Listing versions/{Running 'nvm ls --no-alias' does not call into nvm_alias => Running'nvm ls --no-alias' does not call into nvm_alias} (100%) mode change 100755 => 100644 rename test/fast/Listing versions/{Running 'nvm ls --no-alias' with a pattern errors => Running'nvm ls --no-alias' with a pattern errors} (100%) mode change 100755 => 100644 rename test/fast/Listing versions/{Running 'nvm ls 0.0.2' should display only version 0.0.2 => Running'nvm ls 0.0.2' should display only version 0.0.2} (100%) mode change 100755 => 100644 rename test/fast/Listing versions/{Running 'nvm ls 0.2' should display only 0.2.x versions => Running'nvm ls 0.2' should display only 0.2.x versions} (100%) mode change 100755 => 100644 rename test/fast/Listing versions/{Running 'nvm ls foo' should return a nonzero exit code when not found => Running'nvm ls foo' should return a nonzero exit code when not found} (100%) mode change 100755 => 100644 rename test/fast/Listing versions/{Running 'nvm ls io' should return NA => Running'nvm ls io' should return NA} (100%) mode change 100755 => 100644 rename test/fast/Listing versions/{Running 'nvm ls node_' should return a nonzero exit code when not found => Running'nvm ls node_' should return a nonzero exit code when not found} (100%) mode change 100755 => 100644 rename test/fast/Listing versions/{Running 'nvm ls stable' and 'nvm ls unstable' should return the appropriate implicit alias => Running'nvm ls stable' and 'nvm ls unstable' should return the appropriate implicit alias} (100%) mode change 100755 => 100644 rename test/fast/Listing versions/{Running 'nvm ls system' should include 'system' when appropriate => Running'nvm ls system' should include 'system' when appropriate} (100%) mode change 100755 => 100644 rename test/fast/Listing versions/{Running 'nvm ls' calls into nvm_alias => Running'nvm ls' calls into nvm_alias} (100%) mode change 100755 => 100644 rename test/fast/Listing versions/{Running 'nvm ls' should display all installed versions => Running'nvm ls' should display all installed versions} (100%) mode change 100755 => 100644 rename test/fast/Listing versions/{Running 'nvm ls' should filter out '.nvm' => Running'nvm ls' should filter out '.nvm'} (100%) mode change 100755 => 100644 rename test/fast/Listing versions/{Running 'nvm ls' should filter out 'versions' => Running'nvm ls' should filter out 'versions'} (100%) mode change 100755 => 100644 rename test/fast/Listing versions/{Running 'nvm ls' should include 'system' when appropriate => Running'nvm ls' should include 'system' when appropriate} (100%) mode change 100755 => 100644 rename test/fast/Listing versions/{Running 'nvm ls' should list versions in the 'versions' directory => Running'nvm ls' should list versions in the 'versions' directory} (100%) mode change 100755 => 100644 rename test/fast/Listing versions/{Running 'nvm ls' should not show a trailing slash => Running'nvm ls' should not show a trailing slash} (100%) mode change 100755 => 100644 rename test/fast/Listing versions/{Running 'nvm ls' with node-like versioning vx.x.x should only list a matched version => Running'nvm ls' with node-like versioning vx.x.x should only list a matched version} (100%) mode change 100755 => 100644 rename test/fast/Listing versions/{Running 'nvm ls' with nounset should not fail => Running'nvm ls' with nounset should not fail} (100%) mode change 100755 => 100644 rename test/fast/Listing versions/{Using a nonstandard IFS should not break => Usinga nonstandard IFS should not break} (100%) mode change 100755 => 100644 rename test/fast/Set Colors/{nvm_print_default_alias calls nvm_get_colors => nvm_print_default_aliascalls nvm_get_colors} (100%) mode change 100755 => 100644 rename test/fast/Set Colors/{nvm_print_versions calls nvm_get_colors => nvm_print_versionscalls nvm_get_colors} (100%) mode change 100755 => 100644 rename test/fast/Unit tests/mocks/{nvm_ls_remote LTS argon.txt => nvm_ls_remoteLTS argon.txt} (100%) rename test/fast/Unit tests/mocks/{nvm_ls_remote LTS nightly argon.txt => nvm_ls_remoteLTS nightly argon.txt} (100%) rename test/fast/Unit tests/mocks/{nvm_ls_remote LTS nightly.txt => nvm_ls_remoteLTS nightly.txt} (100%) rename test/fast/Unit tests/mocks/{nvm_ls_remote LTS.txt => nvm_ls_remoteLTS.txt} (100%) rename test/fast/Unit tests/mocks/{nvm_ls_remote nightly.txt => nvm_ls_remotenightly.txt} (100%) rename test/fast/Unit tests/mocks/{nvm_ls_remote stable nightly.txt => nvm_ls_remotestable nightly.txt} (100%) rename test/fast/Unit tests/mocks/{nvm_ls_remote stable.txt => nvm_ls_remotestable.txt} (100%) rename test/fast/Unit tests/mocks/{nvm_make_alias LTS alias calls.txt => nvm_make_aliasLTS alias calls.txt} (100%) rename test/fast/Unit tests/mocks/{nvm_print_implicit_alias remote stable nightly.txt => nvm_print_implicit_aliasremote stable nightly.txt} (100%) rename test/fast/Unit tests/mocks/{nvm_print_implicit_alias remote stable.txt => nvm_print_implicit_aliasremote stable.txt} (100%) rename test/fast/Unit tests/mocks/{nvm ls-remote iojs.txt => nvmls-remote iojs.txt} (100%) rename test/fast/Unit tests/mocks/{nvm ls-remote lts.txt => nvmls-remote lts.txt} (100%) rename test/fast/Unit tests/mocks/{nvm ls-remote node.txt => nvmls-remote node.txt} (100%) rename test/fast/Unit tests/mocks/{nvm ls-remote.txt => nvmls-remote.txt} (100%) rename test/fast/Unit tests/{nvm_alias LTS-N => nvm_aliasLTS-N} (100%) mode change 100755 => 100644 rename test/fast/Unit tests/{nvm_get_latest missing curl or wget => nvm_get_latestmissing curl or wget} (100%) mode change 100755 => 100644 rename test/fast/Unit tests/{nvm_ls_remote LTS aliases => nvm_ls_remoteLTS aliases} (100%) mode change 100755 => 100644 rename test/fast/Unit tests/{nvm_ls_remote nightly => nvm_ls_remotenightly} (100%) mode change 100755 => 100644 rename test/fast/Unit tests/{nvm_print_implicit_alias errors => nvm_print_implicit_aliaserrors} (100%) mode change 100755 => 100644 rename test/fast/Unit tests/{nvm_print_implicit_alias success => nvm_print_implicit_aliassuccess} (100%) mode change 100755 => 100644 rename test/fast/Unit tests/{nvm ls-remote => nvmls-remote} (100%) mode change 100755 => 100644 rename test/fast/Unit tests/{nvm set_colors => nvmset_colors} (100%) mode change 100755 => 100644 rename test/fast/Unit tests/{nvm version-remote => nvmversion-remote} (100%) mode change 100755 => 100644 rename test/slow/nvm exec/{Preamble works and respects 'silent' flag => Preambleworks and respects 'silent' flag} (100%) mode change 100755 => 100644 rename test/slow/nvm exec/{Running 'nvm exec --lts' should work => Running'nvm exec --lts' should work} (100%) mode change 100755 => 100644 rename test/slow/nvm exec/{Running 'nvm exec 0.x' should work => Running'nvm exec 0.x' should work} (100%) mode change 100755 => 100644 rename test/slow/nvm exec/{Running 'nvm exec' should pick up .nvmrc version => Running'nvm exec' should pick up .nvmrc version} (100%) mode change 100755 => 100644 rename test/slow/nvm exec/{Running 'nvm exec' with help should not parse => Running'nvm exec' with help should not parse} (100%) rename test/slow/nvm reinstall-packages/{Running 'nvm copy-packages $(nvm ls current)' should error out => Running'nvm copy-packages $(nvm ls current)' should error out} (100%) mode change 100755 => 100644 rename test/slow/nvm reinstall-packages/{should work as expected => shouldwork as expected} (100%) mode change 100755 => 100644 rename test/slow/nvm reinstall-packages/{works with no installs => workswith no installs} (100%) mode change 100755 => 100644 rename test/slow/nvm run/{Running 'nvm run --harmony --version' should work => Running'nvm run --harmony --version' should work} (100%) mode change 100755 => 100644 rename test/slow/nvm run/{Running 'nvm run --lts' should work => Running'nvm run --lts' should work} (100%) mode change 100755 => 100644 rename test/slow/nvm run/{Running 'nvm run 0.x' should error out sensibly when 0.x is not installed => Running'nvm run 0.x' should error out sensibly when 0.x is not installed} (100%) mode change 100755 => 100644 rename test/slow/nvm run/{Running 'nvm run 0.x' should work => Running'nvm run 0.x' should work} (100%) mode change 100755 => 100644 rename test/slow/nvm run/{Running 'nvm run' should pick up .nvmrc version => Running'nvm run' should pick up .nvmrc version} (100%) mode change 100755 => 100644 rename test/slow/nvm uninstall/{Running 'nvm uninstall 0.12.6' uninstalls v0.12.6 => Running'nvm uninstall 0.12.6' uninstalls v0.12.6} (100%) mode change 100755 => 100644 rename test/slow/nvm uninstall/{Running 'nvm uninstall' with incorrect file permissions fails nicely => Running'nvm uninstall' with incorrect file permissions fails nicely} (100%) mode change 100755 => 100644 rename test/slow/nvm use/{Running 'nvm use --lts' uses latest LTS version => Running'nvm use --lts' uses latest LTS version} (100%) mode change 100755 => 100644 rename test/slow/nvm use/{Running 'nvm use --lts=foo' uses latest 'foo' LTS version => Running'nvm use --lts=foo' uses latest 'foo' LTS version} (100%) mode change 100755 => 100644 rename test/slow/nvm use/{Running 'nvm use iojs' uses latest io.js version => Running'nvm use iojs' uses latest io.js version} (100%) mode change 100755 => 100644 rename test/slow/nvm use/{Running 'nvm use node --silent' doesn't print anything => Running'nvm use node --silent' doesn't print anything} (100%) mode change 100755 => 100644 rename test/slow/nvm use/{Running 'nvm use node' uses latest stable node version => Running'nvm use node' uses latest stable node version} (100%) mode change 100755 => 100644 rename test/slow/nvm use/{Running 'nvm use v1.0.0' uses iojs-v1.0.0 iojs version => Running'nvm use v1.0.0' uses iojs-v1.0.0 iojs version} (100%) mode change 100755 => 100644 rename test/slow/nvm use/{Running 'nvm use' calls 'nvm_die_on_prefix' => Running'nvm use' calls 'nvm_die_on_prefix'} (100%) mode change 100755 => 100644 rename test/slow/nvm use/{Running 'nvm use' with nvmrc containing not installed version => Running'nvm use' with nvmrc containing not installed version} (100%) rename test/slow/nvm_get_latest/{nvm_get_latest failed redirect => nvm_get_latestfailed redirect} (100%) mode change 100755 => 100644 diff --git a/.travis.yml b/.travis.yml index a4a774f..ab9273d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,6 @@ addons: apt: packages: - zsh - # - ksh - # - gcc-4.8 - # - g++-4.8 - cache: ccache: true directories: @@ -22,7 +18,6 @@ before_install: - bash --version | head - zsh --version - dpkg -s dash | grep ^Version | awk '{print $2}' - # install python - pyenv install 2.7.18 - pyenv local 2.7.18 || echo 'pyenv failed' - python -V @@ -51,10 +46,6 @@ jobs: dist: xenial - env: SHELL=zsh TEST_SUITE=installation_node WITHOUT_CURL=1 dist: xenial - #- env: SHELL=ksh TEST_SUITE=installation_node - # dist: xenial - #- env: SHELL=ksh TEST_SUITE=installation_node WITHOUT_CURL=1 - # dist: xenial - env: SHELL=bash TEST_SUITE=xenial dist: xenial - env: SHELL=sh TEST_SUITE=xenial @@ -63,8 +54,6 @@ jobs: dist: xenial - env: SHELL=zsh TEST_SUITE=xenial dist: xenial - #- env: SHELL=ksh TEST_SUITE=xenial - # dist: xenial env: global: - CXX=g++ @@ -77,17 +66,14 @@ env: - SHELL=dash TEST_SUITE=fast - SHELL=bash TEST_SUITE=fast - SHELL=zsh TEST_SUITE=fast - # - SHELL=ksh TEST_SUITE=fast - SHELL=sh TEST_SUITE=sourcing - SHELL=dash TEST_SUITE=sourcing - SHELL=bash TEST_SUITE=sourcing - SHELL=zsh TEST_SUITE=sourcing - # - SHELL=ksh TEST_SUITE=sourcing - SHELL=sh TEST_SUITE=slow - SHELL=dash TEST_SUITE=slow - SHELL=bash TEST_SUITE=slow - SHELL=zsh TEST_SUITE=slow - # - SHELL=ksh TEST_SUITE=slow - SHELL=sh TEST_SUITE=installation_iojs - SHELL=sh TEST_SUITE=installation_iojs WITHOUT_CURL=1 - SHELL=dash TEST_SUITE=installation_iojs @@ -95,6 +81,4 @@ env: - SHELL=bash TEST_SUITE=installation_iojs - SHELL=bash TEST_SUITE=installation_iojs WITHOUT_CURL=1 - SHELL=zsh TEST_SUITE=installation_iojs - - SHELL=zsh TEST_SUITE=installation_iojs WITHOUT_CURL=1 - # - SHELL=ksh TEST_SUITE=installation_iojs - # - SHELL=ksh TEST_SUITE=installation_iojs WITHOUT_CURL=1 + - SHELL=zsh TEST_SUITE=installation_iojs WITHOUT_CURL=1 \ No newline at end of file diff --git a/test/fast/Aliases/'nvm alias' should ignore leading blank lines in the file b/test/fast/Aliases/'nvmalias' should ignore leading blank lines in the file old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Aliases/'nvm alias' should ignore leading blank lines in the file rename to test/fast/Aliases/'nvmalias' should ignore leading blank lines in the file diff --git a/test/fast/Aliases/'nvm alias' should not accept aliases with slashes b/test/fast/Aliases/'nvmalias' should not accept aliases with slashes old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Aliases/'nvm alias' should not accept aliases with slashes rename to test/fast/Aliases/'nvmalias' should not accept aliases with slashes diff --git a/test/fast/Aliases/'nvm unalias' should accept aliases when they shadow a built-in alias b/test/fast/Aliases/'nvmunalias' should accept aliases when they shadow a built-in alias old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Aliases/'nvm unalias' should accept aliases when they shadow a built-in alias rename to test/fast/Aliases/'nvmunalias' should accept aliases when they shadow a built-in alias diff --git a/test/fast/Aliases/'nvm unalias' should not accept aliases with names equal to built-in alias b/test/fast/Aliases/'nvmunalias' should not accept aliases with names equal to built-in alias old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Aliases/'nvm unalias' should not accept aliases with names equal to built-in alias rename to test/fast/Aliases/'nvmunalias' should not accept aliases with names equal to built-in alias diff --git a/test/fast/Aliases/'nvm unalias' should not accept aliases with slashes b/test/fast/Aliases/'nvmunalias' should not accept aliases with slashes old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Aliases/'nvm unalias' should not accept aliases with slashes rename to test/fast/Aliases/'nvmunalias' should not accept aliases with slashes diff --git a/test/fast/Aliases/Running 'nvm alias ˂aliasname˃ ˂target˃' again should change the target b/test/fast/Aliases/Running'nvm alias ˂aliasname˃ ˂target˃' again should change the target old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Aliases/Running 'nvm alias ˂aliasname˃ ˂target˃' again should change the target rename to test/fast/Aliases/Running'nvm alias ˂aliasname˃ ˂target˃' again should change the target diff --git a/test/fast/Aliases/Running 'nvm alias ˂aliasname˃' should list but one alias b/test/fast/Aliases/Running'nvm alias ˂aliasname˃' should list but one alias old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Aliases/Running 'nvm alias ˂aliasname˃' should list but one alias rename to test/fast/Aliases/Running'nvm alias ˂aliasname˃' should list but one alias diff --git a/test/fast/Aliases/Running 'nvm alias' lists implicit aliases when they do not exist b/test/fast/Aliases/Running'nvm alias' lists implicit aliases when they do not exist old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Aliases/Running 'nvm alias' lists implicit aliases when they do not exist rename to test/fast/Aliases/Running'nvm alias' lists implicit aliases when they do not exist diff --git a/test/fast/Aliases/Running 'nvm alias' lists manual aliases instead of implicit aliases when present b/test/fast/Aliases/Running'nvm alias' lists manual aliases instead of implicit aliases when present old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Aliases/Running 'nvm alias' lists manual aliases instead of implicit aliases when present rename to test/fast/Aliases/Running'nvm alias' lists manual aliases instead of implicit aliases when present diff --git a/test/fast/Aliases/Running 'nvm alias' should list all aliases b/test/fast/Aliases/Running'nvm alias' should list all aliases old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Aliases/Running 'nvm alias' should list all aliases rename to test/fast/Aliases/Running'nvm alias' should list all aliases diff --git a/test/fast/Aliases/lts/'nvm alias' should ensure LTS alias dir exists b/test/fast/Aliases/lts/'nvmalias' should ensure LTS alias dir exists old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Aliases/lts/'nvm alias' should ensure LTS alias dir exists rename to test/fast/Aliases/lts/'nvmalias' should ensure LTS alias dir exists diff --git a/test/fast/Aliases/nvm_list_aliases calls nvm_get_colors b/test/fast/Aliases/nvm_list_aliasescalls nvm_get_colors old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Aliases/nvm_list_aliases calls nvm_get_colors rename to test/fast/Aliases/nvm_list_aliasescalls nvm_get_colors diff --git a/test/fast/Aliases/nvm_list_aliases works with LTS aliases b/test/fast/Aliases/nvm_list_aliasesworks with LTS aliases old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Aliases/nvm_list_aliases works with LTS aliases rename to test/fast/Aliases/nvm_list_aliasesworks with LTS aliases diff --git a/test/fast/Aliases/nvm_list_aliases works with no LTS aliases present b/test/fast/Aliases/nvm_list_aliasesworks with no LTS aliases present old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Aliases/nvm_list_aliases works with no LTS aliases present rename to test/fast/Aliases/nvm_list_aliasesworks with no LTS aliases present diff --git a/test/fast/Aliases/nvm_print_alias_path calls nvm_get_colors b/test/fast/Aliases/nvm_print_alias_pathcalls nvm_get_colors old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Aliases/nvm_print_alias_path calls nvm_get_colors rename to test/fast/Aliases/nvm_print_alias_pathcalls nvm_get_colors diff --git a/test/fast/Aliases/nvm_print_formatted_alias calls nvm_get_colors b/test/fast/Aliases/nvm_print_formatted_aliascalls nvm_get_colors old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Aliases/nvm_print_formatted_alias calls nvm_get_colors rename to test/fast/Aliases/nvm_print_formatted_aliascalls nvm_get_colors diff --git a/test/fast/Listing paths/Running 'nvm which 0.0.2' should display only version 0.0.2 b/test/fast/Listing paths/Running'nvm which 0.0.2' should display only version 0.0.2 old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Listing paths/Running 'nvm which 0.0.2' should display only version 0.0.2 rename to test/fast/Listing paths/Running'nvm which 0.0.2' should display only version 0.0.2 diff --git a/test/fast/Listing paths/Running 'nvm which foo' should return a nonzero exit code when not found b/test/fast/Listing paths/Running'nvm which foo' should return a nonzero exit code when not found old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Listing paths/Running 'nvm which foo' should return a nonzero exit code when not found rename to test/fast/Listing paths/Running'nvm which foo' should return a nonzero exit code when not found diff --git a/test/fast/Listing versions/Running 'nvm ls --no-alias' does not call into nvm_alias b/test/fast/Listing versions/Running'nvm ls --no-alias' does not call into nvm_alias old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Listing versions/Running 'nvm ls --no-alias' does not call into nvm_alias rename to test/fast/Listing versions/Running'nvm ls --no-alias' does not call into nvm_alias diff --git a/test/fast/Listing versions/Running 'nvm ls --no-alias' with a pattern errors b/test/fast/Listing versions/Running'nvm ls --no-alias' with a pattern errors old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Listing versions/Running 'nvm ls --no-alias' with a pattern errors rename to test/fast/Listing versions/Running'nvm ls --no-alias' with a pattern errors diff --git a/test/fast/Listing versions/Running 'nvm ls 0.0.2' should display only version 0.0.2 b/test/fast/Listing versions/Running'nvm ls 0.0.2' should display only version 0.0.2 old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Listing versions/Running 'nvm ls 0.0.2' should display only version 0.0.2 rename to test/fast/Listing versions/Running'nvm ls 0.0.2' should display only version 0.0.2 diff --git a/test/fast/Listing versions/Running 'nvm ls 0.2' should display only 0.2.x versions b/test/fast/Listing versions/Running'nvm ls 0.2' should display only 0.2.x versions old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Listing versions/Running 'nvm ls 0.2' should display only 0.2.x versions rename to test/fast/Listing versions/Running'nvm ls 0.2' should display only 0.2.x versions diff --git a/test/fast/Listing versions/Running 'nvm ls foo' should return a nonzero exit code when not found b/test/fast/Listing versions/Running'nvm ls foo' should return a nonzero exit code when not found old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Listing versions/Running 'nvm ls foo' should return a nonzero exit code when not found rename to test/fast/Listing versions/Running'nvm ls foo' should return a nonzero exit code when not found diff --git a/test/fast/Listing versions/Running 'nvm ls io' should return NA b/test/fast/Listing versions/Running'nvm ls io' should return NA old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Listing versions/Running 'nvm ls io' should return NA rename to test/fast/Listing versions/Running'nvm ls io' should return NA diff --git a/test/fast/Listing versions/Running 'nvm ls node_' should return a nonzero exit code when not found b/test/fast/Listing versions/Running'nvm ls node_' should return a nonzero exit code when not found old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Listing versions/Running 'nvm ls node_' should return a nonzero exit code when not found rename to test/fast/Listing versions/Running'nvm ls node_' should return a nonzero exit code when not found diff --git a/test/fast/Listing versions/Running 'nvm ls stable' and 'nvm ls unstable' should return the appropriate implicit alias b/test/fast/Listing versions/Running'nvm ls stable' and 'nvm ls unstable' should return the appropriate implicit alias old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Listing versions/Running 'nvm ls stable' and 'nvm ls unstable' should return the appropriate implicit alias rename to test/fast/Listing versions/Running'nvm ls stable' and 'nvm ls unstable' should return the appropriate implicit alias diff --git a/test/fast/Listing versions/Running 'nvm ls system' should include 'system' when appropriate b/test/fast/Listing versions/Running'nvm ls system' should include 'system' when appropriate old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Listing versions/Running 'nvm ls system' should include 'system' when appropriate rename to test/fast/Listing versions/Running'nvm ls system' should include 'system' when appropriate diff --git a/test/fast/Listing versions/Running 'nvm ls' calls into nvm_alias b/test/fast/Listing versions/Running'nvm ls' calls into nvm_alias old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Listing versions/Running 'nvm ls' calls into nvm_alias rename to test/fast/Listing versions/Running'nvm ls' calls into nvm_alias diff --git a/test/fast/Listing versions/Running 'nvm ls' should display all installed versions b/test/fast/Listing versions/Running'nvm ls' should display all installed versions old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Listing versions/Running 'nvm ls' should display all installed versions rename to test/fast/Listing versions/Running'nvm ls' should display all installed versions diff --git a/test/fast/Listing versions/Running 'nvm ls' should filter out '.nvm' b/test/fast/Listing versions/Running'nvm ls' should filter out '.nvm' old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Listing versions/Running 'nvm ls' should filter out '.nvm' rename to test/fast/Listing versions/Running'nvm ls' should filter out '.nvm' diff --git a/test/fast/Listing versions/Running 'nvm ls' should filter out 'versions' b/test/fast/Listing versions/Running'nvm ls' should filter out 'versions' old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Listing versions/Running 'nvm ls' should filter out 'versions' rename to test/fast/Listing versions/Running'nvm ls' should filter out 'versions' diff --git a/test/fast/Listing versions/Running 'nvm ls' should include 'system' when appropriate b/test/fast/Listing versions/Running'nvm ls' should include 'system' when appropriate old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Listing versions/Running 'nvm ls' should include 'system' when appropriate rename to test/fast/Listing versions/Running'nvm ls' should include 'system' when appropriate diff --git a/test/fast/Listing versions/Running 'nvm ls' should list versions in the 'versions' directory b/test/fast/Listing versions/Running'nvm ls' should list versions in the 'versions' directory old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Listing versions/Running 'nvm ls' should list versions in the 'versions' directory rename to test/fast/Listing versions/Running'nvm ls' should list versions in the 'versions' directory diff --git a/test/fast/Listing versions/Running 'nvm ls' should not show a trailing slash b/test/fast/Listing versions/Running'nvm ls' should not show a trailing slash old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Listing versions/Running 'nvm ls' should not show a trailing slash rename to test/fast/Listing versions/Running'nvm ls' should not show a trailing slash 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 old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Listing versions/Running 'nvm ls' with node-like versioning vx.x.x should only list a matched version rename to test/fast/Listing versions/Running'nvm ls' with node-like versioning vx.x.x should only list a matched version diff --git a/test/fast/Listing versions/Running 'nvm ls' with nounset should not fail b/test/fast/Listing versions/Running'nvm ls' with nounset should not fail old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Listing versions/Running 'nvm ls' with nounset should not fail rename to test/fast/Listing versions/Running'nvm ls' with nounset should not fail diff --git a/test/fast/Listing versions/Using a nonstandard IFS should not break b/test/fast/Listing versions/Usinga nonstandard IFS should not break old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Listing versions/Using a nonstandard IFS should not break rename to test/fast/Listing versions/Usinga nonstandard IFS should not break diff --git a/test/fast/Set Colors/nvm_print_default_alias calls nvm_get_colors b/test/fast/Set Colors/nvm_print_default_aliascalls nvm_get_colors old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Set Colors/nvm_print_default_alias calls nvm_get_colors rename to test/fast/Set Colors/nvm_print_default_aliascalls nvm_get_colors diff --git a/test/fast/Set Colors/nvm_print_versions calls nvm_get_colors b/test/fast/Set Colors/nvm_print_versionscalls nvm_get_colors old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Set Colors/nvm_print_versions calls nvm_get_colors rename to test/fast/Set Colors/nvm_print_versionscalls nvm_get_colors diff --git a/test/fast/Unit tests/mocks/nvm_ls_remote LTS argon.txt b/test/fast/Unit tests/mocks/nvm_ls_remoteLTS argon.txt similarity index 100% rename from test/fast/Unit tests/mocks/nvm_ls_remote LTS argon.txt rename to test/fast/Unit tests/mocks/nvm_ls_remoteLTS argon.txt diff --git a/test/fast/Unit tests/mocks/nvm_ls_remote LTS nightly argon.txt b/test/fast/Unit tests/mocks/nvm_ls_remoteLTS nightly argon.txt similarity index 100% rename from test/fast/Unit tests/mocks/nvm_ls_remote LTS nightly argon.txt rename to test/fast/Unit tests/mocks/nvm_ls_remoteLTS nightly argon.txt diff --git a/test/fast/Unit tests/mocks/nvm_ls_remote LTS nightly.txt b/test/fast/Unit tests/mocks/nvm_ls_remoteLTS nightly.txt similarity index 100% rename from test/fast/Unit tests/mocks/nvm_ls_remote LTS nightly.txt rename to test/fast/Unit tests/mocks/nvm_ls_remoteLTS nightly.txt diff --git a/test/fast/Unit tests/mocks/nvm_ls_remote LTS.txt b/test/fast/Unit tests/mocks/nvm_ls_remoteLTS.txt similarity index 100% rename from test/fast/Unit tests/mocks/nvm_ls_remote LTS.txt rename to test/fast/Unit tests/mocks/nvm_ls_remoteLTS.txt diff --git a/test/fast/Unit tests/mocks/nvm_ls_remote nightly.txt b/test/fast/Unit tests/mocks/nvm_ls_remotenightly.txt similarity index 100% rename from test/fast/Unit tests/mocks/nvm_ls_remote nightly.txt rename to test/fast/Unit tests/mocks/nvm_ls_remotenightly.txt diff --git a/test/fast/Unit tests/mocks/nvm_ls_remote stable nightly.txt b/test/fast/Unit tests/mocks/nvm_ls_remotestable nightly.txt similarity index 100% rename from test/fast/Unit tests/mocks/nvm_ls_remote stable nightly.txt rename to test/fast/Unit tests/mocks/nvm_ls_remotestable nightly.txt diff --git a/test/fast/Unit tests/mocks/nvm_ls_remote stable.txt b/test/fast/Unit tests/mocks/nvm_ls_remotestable.txt similarity index 100% rename from test/fast/Unit tests/mocks/nvm_ls_remote stable.txt rename to test/fast/Unit tests/mocks/nvm_ls_remotestable.txt diff --git a/test/fast/Unit tests/mocks/nvm_make_alias LTS alias calls.txt b/test/fast/Unit tests/mocks/nvm_make_aliasLTS alias calls.txt similarity index 100% rename from test/fast/Unit tests/mocks/nvm_make_alias LTS alias calls.txt rename to test/fast/Unit tests/mocks/nvm_make_aliasLTS alias calls.txt diff --git a/test/fast/Unit tests/mocks/nvm_print_implicit_alias remote stable nightly.txt b/test/fast/Unit tests/mocks/nvm_print_implicit_aliasremote stable nightly.txt similarity index 100% rename from test/fast/Unit tests/mocks/nvm_print_implicit_alias remote stable nightly.txt rename to test/fast/Unit tests/mocks/nvm_print_implicit_aliasremote stable nightly.txt diff --git a/test/fast/Unit tests/mocks/nvm_print_implicit_alias remote stable.txt b/test/fast/Unit tests/mocks/nvm_print_implicit_aliasremote stable.txt similarity index 100% rename from test/fast/Unit tests/mocks/nvm_print_implicit_alias remote stable.txt rename to test/fast/Unit tests/mocks/nvm_print_implicit_aliasremote stable.txt diff --git a/test/fast/Unit tests/mocks/nvm ls-remote iojs.txt b/test/fast/Unit tests/mocks/nvmls-remote iojs.txt similarity index 100% rename from test/fast/Unit tests/mocks/nvm ls-remote iojs.txt rename to test/fast/Unit tests/mocks/nvmls-remote iojs.txt diff --git a/test/fast/Unit tests/mocks/nvm ls-remote lts.txt b/test/fast/Unit tests/mocks/nvmls-remote lts.txt similarity index 100% rename from test/fast/Unit tests/mocks/nvm ls-remote lts.txt rename to test/fast/Unit tests/mocks/nvmls-remote lts.txt diff --git a/test/fast/Unit tests/mocks/nvm ls-remote node.txt b/test/fast/Unit tests/mocks/nvmls-remote node.txt similarity index 100% rename from test/fast/Unit tests/mocks/nvm ls-remote node.txt rename to test/fast/Unit tests/mocks/nvmls-remote node.txt diff --git a/test/fast/Unit tests/mocks/nvm ls-remote.txt b/test/fast/Unit tests/mocks/nvmls-remote.txt similarity index 100% rename from test/fast/Unit tests/mocks/nvm ls-remote.txt rename to test/fast/Unit tests/mocks/nvmls-remote.txt diff --git a/test/fast/Unit tests/nvm_alias LTS-N b/test/fast/Unit tests/nvm_aliasLTS-N old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Unit tests/nvm_alias LTS-N rename to test/fast/Unit tests/nvm_aliasLTS-N diff --git a/test/fast/Unit tests/nvm_get_latest missing curl or wget b/test/fast/Unit tests/nvm_get_latestmissing curl or wget old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Unit tests/nvm_get_latest missing curl or wget rename to test/fast/Unit tests/nvm_get_latestmissing curl or wget diff --git a/test/fast/Unit tests/nvm_ls_remote LTS aliases b/test/fast/Unit tests/nvm_ls_remoteLTS aliases old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Unit tests/nvm_ls_remote LTS aliases rename to test/fast/Unit tests/nvm_ls_remoteLTS aliases diff --git a/test/fast/Unit tests/nvm_ls_remote nightly b/test/fast/Unit tests/nvm_ls_remotenightly old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Unit tests/nvm_ls_remote nightly rename to test/fast/Unit tests/nvm_ls_remotenightly diff --git a/test/fast/Unit tests/nvm_print_implicit_alias errors b/test/fast/Unit tests/nvm_print_implicit_aliaserrors old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Unit tests/nvm_print_implicit_alias errors rename to test/fast/Unit tests/nvm_print_implicit_aliaserrors diff --git a/test/fast/Unit tests/nvm_print_implicit_alias success b/test/fast/Unit tests/nvm_print_implicit_aliassuccess old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Unit tests/nvm_print_implicit_alias success rename to test/fast/Unit tests/nvm_print_implicit_aliassuccess diff --git a/test/fast/Unit tests/nvm ls-remote b/test/fast/Unit tests/nvmls-remote old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Unit tests/nvm ls-remote rename to test/fast/Unit tests/nvmls-remote diff --git a/test/fast/Unit tests/nvm set_colors b/test/fast/Unit tests/nvmset_colors old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Unit tests/nvm set_colors rename to test/fast/Unit tests/nvmset_colors diff --git a/test/fast/Unit tests/nvm version-remote b/test/fast/Unit tests/nvmversion-remote old mode 100755 new mode 100644 similarity index 100% rename from test/fast/Unit tests/nvm version-remote rename to test/fast/Unit tests/nvmversion-remote diff --git a/test/slow/nvm exec/Preamble works and respects 'silent' flag b/test/slow/nvm exec/Preambleworks and respects 'silent' flag old mode 100755 new mode 100644 similarity index 100% rename from test/slow/nvm exec/Preamble works and respects 'silent' flag rename to test/slow/nvm exec/Preambleworks and respects 'silent' flag diff --git a/test/slow/nvm exec/Running 'nvm exec --lts' should work b/test/slow/nvm exec/Running'nvm exec --lts' should work old mode 100755 new mode 100644 similarity index 100% rename from test/slow/nvm exec/Running 'nvm exec --lts' should work rename to test/slow/nvm exec/Running'nvm exec --lts' should work diff --git a/test/slow/nvm exec/Running 'nvm exec 0.x' should work b/test/slow/nvm exec/Running'nvm exec 0.x' should work old mode 100755 new mode 100644 similarity index 100% rename from test/slow/nvm exec/Running 'nvm exec 0.x' should work rename to test/slow/nvm exec/Running'nvm exec 0.x' should work diff --git a/test/slow/nvm exec/Running 'nvm exec' should pick up .nvmrc version b/test/slow/nvm exec/Running'nvm exec' should pick up .nvmrc version old mode 100755 new mode 100644 similarity index 100% rename from test/slow/nvm exec/Running 'nvm exec' should pick up .nvmrc version rename to test/slow/nvm exec/Running'nvm exec' should pick up .nvmrc version diff --git a/test/slow/nvm exec/Running 'nvm exec' with help should not parse b/test/slow/nvm exec/Running'nvm exec' with help should not parse similarity index 100% rename from test/slow/nvm exec/Running 'nvm exec' with help should not parse rename to test/slow/nvm exec/Running'nvm exec' with help should not parse diff --git a/test/slow/nvm reinstall-packages/Running 'nvm copy-packages $(nvm ls current)' should error out b/test/slow/nvm reinstall-packages/Running'nvm copy-packages $(nvm ls current)' should error out old mode 100755 new mode 100644 similarity index 100% rename from test/slow/nvm reinstall-packages/Running 'nvm copy-packages $(nvm ls current)' should error out rename to test/slow/nvm reinstall-packages/Running'nvm copy-packages $(nvm ls current)' should error out diff --git a/test/slow/nvm reinstall-packages/should work as expected b/test/slow/nvm reinstall-packages/shouldwork as expected old mode 100755 new mode 100644 similarity index 100% rename from test/slow/nvm reinstall-packages/should work as expected rename to test/slow/nvm reinstall-packages/shouldwork as expected diff --git a/test/slow/nvm reinstall-packages/works with no installs b/test/slow/nvm reinstall-packages/workswith no installs old mode 100755 new mode 100644 similarity index 100% rename from test/slow/nvm reinstall-packages/works with no installs rename to test/slow/nvm reinstall-packages/workswith no installs diff --git a/test/slow/nvm run/Running 'nvm run --harmony --version' should work b/test/slow/nvm run/Running'nvm run --harmony --version' should work old mode 100755 new mode 100644 similarity index 100% rename from test/slow/nvm run/Running 'nvm run --harmony --version' should work rename to test/slow/nvm run/Running'nvm run --harmony --version' should work diff --git a/test/slow/nvm run/Running 'nvm run --lts' should work b/test/slow/nvm run/Running'nvm run --lts' should work old mode 100755 new mode 100644 similarity index 100% rename from test/slow/nvm run/Running 'nvm run --lts' should work rename to test/slow/nvm run/Running'nvm run --lts' should work diff --git a/test/slow/nvm run/Running 'nvm run 0.x' should error out sensibly when 0.x is not installed b/test/slow/nvm run/Running'nvm run 0.x' should error out sensibly when 0.x is not installed old mode 100755 new mode 100644 similarity index 100% rename from test/slow/nvm run/Running 'nvm run 0.x' should error out sensibly when 0.x is not installed rename to test/slow/nvm run/Running'nvm run 0.x' should error out sensibly when 0.x is not installed diff --git a/test/slow/nvm run/Running 'nvm run 0.x' should work b/test/slow/nvm run/Running'nvm run 0.x' should work old mode 100755 new mode 100644 similarity index 100% rename from test/slow/nvm run/Running 'nvm run 0.x' should work rename to test/slow/nvm run/Running'nvm run 0.x' should work diff --git a/test/slow/nvm run/Running 'nvm run' should pick up .nvmrc version b/test/slow/nvm run/Running'nvm run' should pick up .nvmrc version old mode 100755 new mode 100644 similarity index 100% rename from test/slow/nvm run/Running 'nvm run' should pick up .nvmrc version rename to test/slow/nvm run/Running'nvm run' should pick up .nvmrc version diff --git a/test/slow/nvm uninstall/Running 'nvm uninstall 0.12.6' uninstalls v0.12.6 b/test/slow/nvm uninstall/Running'nvm uninstall 0.12.6' uninstalls v0.12.6 old mode 100755 new mode 100644 similarity index 100% rename from test/slow/nvm uninstall/Running 'nvm uninstall 0.12.6' uninstalls v0.12.6 rename to test/slow/nvm uninstall/Running'nvm uninstall 0.12.6' uninstalls v0.12.6 diff --git a/test/slow/nvm uninstall/Running 'nvm uninstall' with incorrect file permissions fails nicely b/test/slow/nvm uninstall/Running'nvm uninstall' with incorrect file permissions fails nicely old mode 100755 new mode 100644 similarity index 100% rename from test/slow/nvm uninstall/Running 'nvm uninstall' with incorrect file permissions fails nicely rename to test/slow/nvm uninstall/Running'nvm uninstall' with incorrect file permissions fails nicely diff --git a/test/slow/nvm use/Running 'nvm use --lts' uses latest LTS version b/test/slow/nvm use/Running'nvm use --lts' uses latest LTS version old mode 100755 new mode 100644 similarity index 100% rename from test/slow/nvm use/Running 'nvm use --lts' uses latest LTS version rename to test/slow/nvm use/Running'nvm use --lts' uses latest LTS version diff --git a/test/slow/nvm use/Running 'nvm use --lts=foo' uses latest 'foo' LTS version b/test/slow/nvm use/Running'nvm use --lts=foo' uses latest 'foo' LTS version old mode 100755 new mode 100644 similarity index 100% rename from test/slow/nvm use/Running 'nvm use --lts=foo' uses latest 'foo' LTS version rename to test/slow/nvm use/Running'nvm use --lts=foo' uses latest 'foo' LTS version diff --git a/test/slow/nvm use/Running 'nvm use iojs' uses latest io.js version b/test/slow/nvm use/Running'nvm use iojs' uses latest io.js version old mode 100755 new mode 100644 similarity index 100% rename from test/slow/nvm use/Running 'nvm use iojs' uses latest io.js version rename to test/slow/nvm use/Running'nvm use iojs' uses latest io.js version diff --git a/test/slow/nvm use/Running 'nvm use node --silent' doesn't print anything b/test/slow/nvm use/Running'nvm use node --silent' doesn't print anything old mode 100755 new mode 100644 similarity index 100% rename from test/slow/nvm use/Running 'nvm use node --silent' doesn't print anything rename to test/slow/nvm use/Running'nvm use node --silent' doesn't print anything diff --git a/test/slow/nvm use/Running 'nvm use node' uses latest stable node version b/test/slow/nvm use/Running'nvm use node' uses latest stable node version old mode 100755 new mode 100644 similarity index 100% rename from test/slow/nvm use/Running 'nvm use node' uses latest stable node version rename to test/slow/nvm use/Running'nvm use node' uses latest stable node version diff --git a/test/slow/nvm use/Running 'nvm use v1.0.0' uses iojs-v1.0.0 iojs version b/test/slow/nvm use/Running'nvm use v1.0.0' uses iojs-v1.0.0 iojs version old mode 100755 new mode 100644 similarity index 100% rename from test/slow/nvm use/Running 'nvm use v1.0.0' uses iojs-v1.0.0 iojs version rename to test/slow/nvm use/Running'nvm use v1.0.0' uses iojs-v1.0.0 iojs version diff --git a/test/slow/nvm use/Running 'nvm use' calls 'nvm_die_on_prefix' b/test/slow/nvm use/Running'nvm use' calls 'nvm_die_on_prefix' old mode 100755 new mode 100644 similarity index 100% rename from test/slow/nvm use/Running 'nvm use' calls 'nvm_die_on_prefix' rename to test/slow/nvm use/Running'nvm use' calls 'nvm_die_on_prefix' diff --git a/test/slow/nvm use/Running 'nvm use' with nvmrc containing not installed version b/test/slow/nvm use/Running'nvm use' with nvmrc containing not installed version similarity index 100% rename from test/slow/nvm use/Running 'nvm use' with nvmrc containing not installed version rename to test/slow/nvm use/Running'nvm use' with nvmrc containing not installed version diff --git a/test/slow/nvm_get_latest/nvm_get_latest failed redirect b/test/slow/nvm_get_latest/nvm_get_latestfailed redirect old mode 100755 new mode 100644 similarity index 100% rename from test/slow/nvm_get_latest/nvm_get_latest failed redirect rename to test/slow/nvm_get_latest/nvm_get_latestfailed redirect