mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-03 13:47:04 +03:00
test-systemctl-enable: disable the test for %a for now
This commit is contained in:
parent
2a2d002fb0
commit
5c29de29b4
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user