test_oem_pkgs: Drop reference to oem-xendom0

This commit is contained in:
Benjamin Gilbert 2017-06-08 14:48:38 -07:00
parent 6878bd8f5f
commit 8b322c6556

View File

@ -29,9 +29,6 @@ oem_uses() {
}
for oem in "${VALID_OEM_PACKAGES[@]/#/oem-}"; do
# experimental thingy for testing, generally unused.
[[ "${oem}" == oem-xendom0 ]] && continue
uses=( $(oem_uses "${oem}") )
if [[ ${#uses} -eq 0 ]]; then
uses=( "" )