Add Makefile for multishell testing

updated nvm current test for zsh
This commit is contained in:
Koen Punt
2014-03-22 18:37:41 +01:00
parent ba1e2f1cdf
commit 52a384a0cc
3 changed files with 17 additions and 2 deletions

View File

@@ -3,4 +3,4 @@
die () { echo $@ ; exit 1; }
. ../../nvm.sh
[ "$(nvm current)" = `node -v` ] || die "Failed to find current version"
[ "$(nvm current)" = "$(node -v)" ] || die "Failed to find current version"