Moving this nvm ls test inside the "listing versions" test subdir.

This commit is contained in:
Jordan Harband
2014-07-14 12:35:57 -07:00
parent 7171cbed6f
commit f6974744cd

View File

@@ -0,0 +1,7 @@
#!/bin/sh
. ../../../nvm.sh
nvm ls nonexistent_version
[ "$?" = "3" ]