nvm/test/fast/Unit tests/nvm_alias_path
2015-01-12 01:27:53 -08:00

9 lines
162 B
Bash
Executable File

#!/bin/sh
die () { echo $@ ; exit 1; }
. ../../../nvm.sh
[ "_$(nvm_alias_path)" = "_$NVM_DIR/alias" ] || die "nvm_alias_path did not requrn correct location"