| Current Path : /proc/thread-self/root/proc/thread-self/root/usr/local/nvm/test/fast/Unit tests/ |
| Current File : //proc/thread-self/root/proc/thread-self/root/usr/local/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 requrn correct location"