Blame tests/p_postgresql/postgresql_drop_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 drop database test."
Athmane Madjoudj 9696f6
su - postgres -c 'dropdb pg_testdb' > /dev/null 2>&1
Athmane Madjoudj 9696f6
t_CheckExitStatus $?