From dc7a42062ec2412957e63cc2b84fd3bd66733b35 Mon Sep 17 00:00:00 2001 From: Timo Sand Date: Thu, 10 Oct 2013 07:58:51 +0300 Subject: [PATCH] Added test for `nvm current` --- ...g \"nvm current\" should display current nvm environment." | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 "test/fast/Running \"nvm current\" should display current nvm environment." diff --git "a/test/fast/Running \"nvm current\" should display current nvm environment." "b/test/fast/Running \"nvm current\" should display current nvm environment." new file mode 100755 index 0000000..bc80cf6 --- /dev/null +++ "b/test/fast/Running \"nvm current\" should display current nvm environment." @@ -0,0 +1,4 @@ +#!/bin/sh + +. ../../nvm.sh +nvm current | grep current