Blame tests/p_lsb/lsb_release_brand_test.sh

Athmane Madjoudj d51c12
#!/bin/sh
Athmane Madjoudj d51c12
# Author: Athmane Madjoudj <athmanem@gmail.com>
Athmane Madjoudj d51c12
d950e8
t_Log "Running $0 - LSB CentOS branding check."
2b3708
Athmane Madjoudj d51c12
lsb_release -i | grep -q "CentOS" && \
d950e8
lsb_release -d | grep -q "CentOS"
Athmane Madjoudj d51c12
Athmane Madjoudj d51c12
t_CheckExitStatus $?