Blame tests/p_centos-release/centos-release_centos-base_repos.sh
|
Athmane Madjoudj |
5827ae |
#!/bin/sh
|
|
Athmane Madjoudj |
5827ae |
# Author: Athmane Madjoudj <athmanem@gmail.com>
|
|
Athmane Madjoudj |
5827ae |
|
|
Athmane Madjoudj |
5827ae |
t_Log "Running $0 - CentOS Base repos sanity test."
|
|
Athmane Madjoudj |
5827ae |
|
|
|
f49232 |
# grep "name=CentOS" /etc/yum.repos.d/CentOS*-Base*.repo >/dev/null 2>&1
|
|
|
f49232 |
grep "name=CentOS" /etc/yum.repos.d/*.repo >/dev/null 2>&1
|
|
Athmane Madjoudj |
5827ae |
|
|
Athmane Madjoudj |
5827ae |
t_CheckExitStatus $?
|