mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-19 06:24:53 +00:00
Move sourcing tests to a separate test suite.
This commit is contained in:
12
test/sourcing/setup
Executable file
12
test/sourcing/setup
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
mkdir -p ../../alias
|
||||
rm -f ../../.nvmrc
|
||||
rm -rf ../../v0.10.7
|
||||
rm -rf ../../v0.9.7
|
||||
rm -rf ../../v0.9.12
|
||||
|
||||
. ../../nvm.sh
|
||||
nvm install 0.10.1 || echo >&2 'nvm install 0.10.1 failed'
|
||||
nvm unload || echo >&2 'nvm unload failed'
|
||||
|
Reference in New Issue
Block a user