nvm/test/fast/Running "nvm unalias" should remove the alias file.
2014-03-12 08:29:43 -07:00

7 lines
102 B
Bash
Executable File

#!/bin/sh
ln -s ../v0.1.2 ../../alias/test
. ../../nvm.sh
nvm unalias test
! [ -h ../../alias/test ]