Blame tests/p_postgresql/postgresql_create_db.sh

Athmane Madjoudj 9696f6
#!/bin/sh
Athmane Madjoudj 9696f6
# Author: Athmane Madjoudj <athmanem@gmail.com>
Athmane Madjoudj 9696f6
Athmane Madjoudj 9696f6
t_Log "Running $0 - PostgreSQL create database test"
Athmane Madjoudj 9696f6
su - postgres -c 'createdb pg_testdb' > /dev/null 2>&1
Athmane Madjoudj 9696f6
t_CheckExitStatus $?