Browse Source

Ensure that we don't try to uninstall the current version of node in test teardowns.

master
Jordan Harband 10 years ago
parent
commit
6c89e96f67
  1. 1
      test/installation/teardown_dir
  2. 1
      test/slow/nvm exec/teardown_dir
  3. 1
      test/slow/nvm run/teardown_dir

1
test/installation/teardown_dir

@ -1,6 +1,7 @@
#!/bin/sh
. ../../nvm.sh
nvm deactivate
nvm uninstall v0.10.7
if [ -f ".nvmrc" ]; then

1
test/slow/nvm exec/teardown_dir

@ -1,6 +1,7 @@
#!/bin/sh
. ../../../nvm.sh
nvm deactivate
nvm uninstall v0.10.7
nvm uninstall v0.11.7

1
test/slow/nvm run/teardown_dir

@ -1,6 +1,7 @@
#!/bin/sh
. ../../../nvm.sh
nvm deactivate
nvm uninstall v0.10.7
rm .nvmrc

Loading…
Cancel
Save