Path : /proc/self/root/opt/nvm/test/fast/Unit tests/ |
Current File : //proc/self/root/opt/nvm/test/fast/Unit tests/nvm_alias_path |
#!/bin/sh die () { echo "$@" ; exit 1; } \. ../../../nvm.sh [ "_$(nvm_alias_path)" = "_$NVM_DIR/alias" ] || die "nvm_alias_path did not return correct location"