Path : /opt/nvm/test/fast/Unit tests/ |
Current File : //opt/nvm/test/fast/Unit tests/nvm_iojs_prefix |
#!/bin/sh die () { echo "$@" ; exit 1; } \. ../../../nvm.sh [ "$(nvm_iojs_prefix)" = "iojs" ] || die '"nvm_iojs_prefix" did not return the string "iojs". why did this fail?!'