blob: d3f6974bf1a98853165eba6d824511edec498f5c [file] [log] [blame]
#!/bin/sh
. ../../../nvm.sh
nvm ls nonexistent_version
[ "$?" = "3" ]