mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-19 06:24:53 +00:00
Run node
and io.js
installation test suites separately.
This commit is contained in:
14
test/installation_node/teardown_dir
Executable file
14
test/installation_node/teardown_dir
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
. ../../nvm.sh
|
||||
nvm deactivate
|
||||
nvm uninstall v0.10.7
|
||||
|
||||
if [ -f ".nvmrc" ]; then
|
||||
rm .nvmrc
|
||||
fi
|
||||
|
||||
if [ -f ".nvmrc.bak" ]; then
|
||||
mv .nvmrc.bak .nvmrc
|
||||
fi
|
||||
|
Reference in New Issue
Block a user