#!/bin/bash echo ' ' >> "./ext/pgsql/tests/config.inc" if [ -z "$ARM64" ]; then psql -c 'create database test;' -U postgres fi