fix to proper echo of nvm which. Checkin test which had been left out

This commit is contained in:
Daniel Bretoi
2014-12-02 12:58:07 -08:00
parent 234b925c7a
commit a1c0c34088
2 changed files with 7 additions and 1 deletions

View File

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