Fix test script.

This commit is contained in:
chriseth 2017-02-20 12:14:45 +01:00 committed by chriseth
parent cc1d5e47f9
commit dae5f7d350

View File

@ -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