nvm/test/fast/unalias_removes_file
Thomas Levine 200688644a unalias
2012-10-10 19:56:37 -04:00

7 lines
100 B
Bash
Executable File

#!/bin/sh
echo v0.1.2 > ../../alias/test
. ../../nvm.sh
nvm unalias test
! [ -e ../../alias/test ]