updated tests for altered output

master
Koen Punt 2014-03-17 13:24:24 +01:00
parent 1d40a5bc8b
commit 70f1734c12
1 changed files with 1 additions and 1 deletions

View File

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