diff --git a/test/create_db.sh b/test/create_db.sh index fca5355d5..3c1600f52 100755 --- a/test/create_db.sh +++ b/test/create_db.sh @@ -5,7 +5,7 @@ source test/db-common.sh # set db connection for if running in a seperate container or not dbconn="-u root" -if [[ ! -z "MYSQL_CONTAINER" ]]; then +if [[ ! -z "$MYSQL_CONTAINER" ]]; then dbconn="-u root -h 127.0.0.1 --port 3306" fi