Add tests for "nvm use default on source" behavior.

This commit is contained in:
Jordan Harband
2014-10-13 23:55:58 -07:00
parent 370dfcab7c
commit 7b6e06e556
3 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh
mkdir -p ../../../alias
. ../../../nvm.sh
nvm install 0.10.1
nvm unload || echo >&2 'nvm unload failed'