From 1f5d12c73ce6a565c6df34b179441c7b7833dfc9 Mon Sep 17 00:00:00 2001 From: Thomas Levine Date: Wed, 10 Oct 2012 19:54:55 -0400 Subject: [PATCH] alias --- test/fast/alias_creates_file | 5 +++++ test/fast/{ls => ls_shows_versions} | 0 2 files changed, 5 insertions(+) create mode 100755 test/fast/alias_creates_file rename test/fast/{ls => ls_shows_versions} (100%) diff --git a/test/fast/alias_creates_file b/test/fast/alias_creates_file new file mode 100755 index 0000000..0ac4eb2 --- /dev/null +++ b/test/fast/alias_creates_file @@ -0,0 +1,5 @@ +#!/bin/sh + +. ../../nvm.sh +nvm alias test v0.1.2 +[ $(cat ../../alias/test) = 'v0.1.2' ] diff --git a/test/fast/ls b/test/fast/ls_shows_versions similarity index 100% rename from test/fast/ls rename to test/fast/ls_shows_versions