Blame tests/p_postgresql/postgresql_drop_user_test.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 user test"
|
|
Athmane Madjoudj |
9696f6 |
|
|
Pablo Greco |
b90f50 |
su - postgres -c 'dropuser test_user' > /dev/null 2>&1
|
|
Athmane Madjoudj |
9696f6 |
|
|
Athmane Madjoudj |
9696f6 |
t_CheckExitStatus $?
|