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

master
Jordan Harband 2014-07-14 12:35:57 -07:00
parent 7171cbed6f
commit f6974744cd
1 changed files with 1 additions and 1 deletions

View File

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