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