This commit is contained in:
Thomas Levine 2012-10-10 19:54:55 -04:00
parent 9454096bc6
commit 1f5d12c73c
2 changed files with 5 additions and 0 deletions

5
test/fast/alias_creates_file Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
. ../../nvm.sh
nvm alias test v0.1.2
[ $(cat ../../alias/test) = 'v0.1.2' ]