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