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

This commit is contained in:
Jordan Harband
2014-07-14 12:36:28 -07:00
parent 7171cbed6f
commit f6974744cd
@@ -1,6 +1,6 @@
#!/bin/sh
. ../../nvm.sh
. ../../../nvm.sh
nvm ls nonexistent_version
[ "$?" = "3" ]