File: //home/ubuntu/.nvm/test/fast/Listing versions/Running 'nvm ls' should filter out '.nvm'
#!/bin/sh
\. ../../../nvm.sh
\. ../../common.sh
make_fake_node v0.1.3
make_fake_node v0.2.3
[ -z `nvm ls | grep '^ *\.'` ]
# The result should contain only the appropriate version numbers.