From dae5f7d35000db044527410a5995ac819d397ee6 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 20 Feb 2017 12:14:45 +0100 Subject: Fix test script. --- scripts/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/tests.sh b/scripts/tests.sh index 09bdc963..ff1229da 100755 --- a/scripts/tests.sh +++ b/scripts/tests.sh @@ -42,7 +42,7 @@ test "${output//[[:blank:]]/}" = "3" # instead. This will go away soon. if [[ "$OSTYPE" == "darwin"* ]]; then ETH_PATH="$REPO_ROOT/eth" -else if [ -z $CI ]; then +elif [ -z $CI ]; then ETH_PATH="eth" else mkdir -p /tmp/test -- cgit