Jordan Harband
0f6997d90a
[Tests] remove the unused and broken `$NVM_PATH`.
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
ecbd7d4572
[Tests] use `-ex` option during tests when possible
...
Relates to #1130
9 years ago
Robson Peixoto
8fb4ee0789
Unset unnecessary environment variables
9 years ago
Jordan Harband
1458de7293
Ensure that if `npm config get prefix` is set to something outside `nvm`, that `nvm use` refuses to work.
...
Fixes #606 .
10 years ago
Jordan Harband
3bd148056e
Fixing deactivate tests.
...
Fixes #357 .
10 years ago
Jordan Harband
383f39ab61
Global modules should not be requireable, and `npm root -g` should not be in `$NODE_PATH`.
...
Fixes #586 .
10 years ago
Koen Punt
3d9c1d7852
use sed for *PATH stripping
11 years ago
Fraser Tweedale
21771e7369
fix logic error in nvm deactivate test
11 years ago
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.
11 years ago
Dr. Kibitz
0f709eafa0
Missed tests
11 years ago
Emanuele Aina
8486a0da2b
Fix the 'nvm deactivate' test
...
`nvm deactivate` does not really remove the nvm command, it just remove
the entries from $PATH and $MANPATH previously adde with `nvm use`.
12 years ago
Thomas Levine
a27d39139b
tests from readme
...
fast tests
alias
unalias
more alias tests
tests
document testing
warn not to run while testing
chmod +x deactivate
specify the version (commit) of urchin
installation test
run
tests for ls
switch unsetopt to the thing creationix has
rename tests
urchin log
adjust urchin version
13 years ago