toolkit/func/core/pkg_lsb/10-test-branding.sh

12 lines
241 B
Bash
Raw Normal View History

2021-07-05 06:50:25 +00:00
#!/bin/bash
r_log "lsb" "Test LSB branding"
2022-06-22 01:03:43 +00:00
if [ "$RL_VER" -ge 8 ]; then
r_log "lsb" "redhat-lsb is not in EL9"
exit $PASS
fi
2021-07-05 06:50:25 +00:00
lsb_release -i | grep -q "Rocky"
r_checkExitStatus $?
lsb_release -d | grep -q "Rocky"
r_checkExitStatus $?