#!/bin/sh

set -ex

\. ../../nvm.sh

nvm alias test v0.1.2

[ "$(cat "$(nvm_alias_path)/test")" = "v0.1.2" ]