This commit is contained in:
Thomas Levine 2012-10-10 19:56:37 -04:00
parent 1f5d12c73c
commit 200688644a

6
test/fast/unalias_removes_file Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
echo v0.1.2 > ../../alias/test
. ../../nvm.sh
nvm unalias test
! [ -e ../../alias/test ]