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