mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-26 11:38:01 +00:00
Add tests for "nvm use default
on source" behavior.
This commit is contained in:
8
test/installation/sourcing/setup_dir
Executable file
8
test/installation/sourcing/setup_dir
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
mkdir -p ../../../alias
|
||||
|
||||
. ../../../nvm.sh
|
||||
nvm install 0.10.1
|
||||
nvm unload || echo >&2 'nvm unload failed'
|
||||
|
Reference in New Issue
Block a user