Browse Source

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

master
Jordan Harband 11 years ago
parent
commit
f6974744cd
  1. 2
      test/fast/Listing versions/Running "nvm ls foo" should return a nonzero exit code when not found

2
test/fast/Running "nvm ls foo" should return a nonzero exit code when not found → test/fast/Listing versions/Running "nvm ls foo" should return a nonzero exit code when not found

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