From ae4c841742a3dcfdb80f62ee13e79972137c48da Mon Sep 17 00:00:00 2001 From: Koen Punt Date: Mon, 17 Mar 2014 19:44:40 +0100 Subject: [PATCH] Double == causes error on travis (dash shell) --- ...ing \"nvm current\" should display current nvm environment." | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/test/fast/Running \"nvm current\" should display current nvm environment." "b/test/fast/Running \"nvm current\" should display current nvm environment." index 1eedaf6..9a76b9d 100755 --- "a/test/fast/Running \"nvm current\" should display current nvm environment." +++ "b/test/fast/Running \"nvm current\" should display current nvm environment." @@ -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"