test-systemctl-enable: disable the test for %a for now

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2022-03-28 20:20:09 +02:00
parent 2a2d002fb0
commit 5c29de29b4

View file

@ -567,7 +567,9 @@ EOF
islink "$root/etc/systemd/system/target@$1:$2.socket" "some-some-link6@.socket" || return 2
}
check_alias a "$(uname -m | tr '_' '-')"
# TODO: our architecture names are different than what uname -m returns.
# Add something like 'systemd-detect-virt --print-architecture' and use it here.
check_alias a "$(uname -m | tr '_' '-')" || :
test ! -e "$root/etc/os-release"
test ! -e "$root/usr/lib/os-release"