bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone

Blame tests/p_mysql/20_mysqld_drop_db.sh

Karanbir Singh 0b5bb2
#!/bin/sh
Karanbir Singh 0b5bb2
# Author: Athmane Madjoudj <athmanem@gmail.com>
Karanbir Singh 0b5bb2
Karanbir Singh 2dd0be
t_Log "Running $0 - MySQL drop database test."
Christoph Galuschka 110e92
Steve Barnes 464547
mysql -u root -e 'drop database mysql_test' >/dev/null 2>&1
Steve Barnes 464547
t_CheckExitStatus $?