blob: 13e3f51099b9bf0c00ff2c0dff0caf3d7af6db50 [file] [log] [blame]
#!/bin/sh
die () { echo $@ ; exit 1; }
\. ../../../nvm.sh
[ "$(nvm_node_prefix)" = "node" ] || die '"nvm_node_prefix" did not return the string "node". why did this fail?!'