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