blob: a1d1f5ba377e8103f198b8d6e07f2a7109fb0a4b [file] [log] [blame]
#!/bin/sh
. ../../../nvm.sh
mkdir "${NVM_DIR}/v0.1.3"
mkdir "${NVM_DIR}/v0.2.3"
[ -z `nvm ls | grep '^ *\.'` ]
# The result should contain only the appropriate version numbers.