nvm/test/fast
Fraser Tweedale a3331ffdb0 fix errors due to use of unportable == operator
The `==` operator is not defined by POSIX and many test(1) (also
spelled `[`) implementations do not support it.  Replace uses of
`==` with the POSIX-conformant `=` equality operator.
2014-02-21 21:05:40 +10:00
..
Aliases tests from readme 2012-10-11 16:12:50 -04:00
Listing versions Missed tests 2014-02-18 22:07:25 -08:00
Running "nvm alias" should create a file in the alias directory. tests from readme 2012-10-11 16:12:50 -04:00
Running "nvm current" should display current nvm environment. Missed tests 2014-02-18 22:07:25 -08:00
Running "nvm deactivate" should unset the nvm environment variables. fix errors due to use of unportable == operator 2014-02-21 21:05:40 +10:00
Running "nvm unalias" should remove the alias file. tests from readme 2012-10-11 16:12:50 -04:00
Running "nvm uninstall" should remove the appropriate directory. tests from readme 2012-10-11 16:12:50 -04:00
Sourcing nvm.sh should make the nvm command available. tests from readme 2012-10-11 16:12:50 -04:00
setup Fix the setup/teardown urchin test scripts under zsh 2013-06-07 23:18:50 +02:00
setup_dir tests: avoid reliance on nullglob 2014-02-21 19:21:03 +10:00
teardown Fix the setup/teardown urchin test scripts under zsh 2013-06-07 23:18:50 +02:00
teardown_dir tests from readme 2012-10-11 16:12:50 -04:00