mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-21 05:31:05 +02:00
test_oem_pkgs: Drop reference to oem-xendom0
This commit is contained in:
parent
6878bd8f5f
commit
8b322c6556
@ -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=( "" )
|
||||
|
Loading…
x
Reference in New Issue
Block a user