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"