nvm/test/fast/alias_creates_file
Thomas Levine 1f5d12c73c alias
2012-10-10 19:54:55 -04:00

6 lines
87 B
Bash
Executable File

#!/bin/sh
. ../../nvm.sh
nvm alias test v0.1.2
[ $(cat ../../alias/test) = 'v0.1.2' ]