From 5513e9aab15b1d01cb88af87116998fe404b1f8b Mon Sep 17 00:00:00 2001 From: Matt Kwong Date: Fri, 15 Sep 2017 17:54:21 -0700 Subject: [PATCH] Change == to = for shell support --- run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.sh b/run-tests.sh index 2fce4dd4..3cc120a7 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -22,7 +22,7 @@ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.4/install.sh | b set -e cd $(dirname $0) -if [ "x$node_versions" == "x" ] ; then +if [ "x$node_versions" = "x" ] ; then node_versions="6 7 8" fi