From: Zbigniew Jędrzejewski-Szmek Date: Mon, 28 Mar 2022 18:20:09 +0000 (+0200) Subject: test-systemctl-enable: disable the test for %a for now X-Git-Tag: v251-rc1~3^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c29de29b43829ba09967b05ae2f136356c8c0d2;p=thirdparty%2Fsystemd.git test-systemctl-enable: disable the test for %a for now --- diff --git a/test/test-systemctl-enable.sh b/test/test-systemctl-enable.sh index 8eb2828e35e..ac1bcc1cc7f 100644 --- a/test/test-systemctl-enable.sh +++ b/test/test-systemctl-enable.sh @@ -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"