bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone

Blame tests/p_postgresql/postgresql_create_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 create user test"
Athmane Madjoudj 9696f6
Pablo Greco b90f50
su - postgres -c 'createuser -S -R -D test_user' > /dev/null 2>&1
Athmane Madjoudj 9696f6
Athmane Madjoudj 9696f6
Athmane Madjoudj 9696f6
t_CheckExitStatus $?