]> git.ipfire.org Git - thirdparty/systemd.git/commit
test-execute: check for s390x first and duplicate test
authorLuca Boccassi <bluca@debian.org>
Sun, 7 Apr 2024 15:24:38 +0000 (16:24 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 7 Apr 2024 22:29:06 +0000 (07:29 +0900)
commit1b0cc135d0b1df4b8cddedbb72acde25b20adfd0
tree486aea5ba17be5bf2dfb308494b9dad917504c16
parentb8b0704ce97842c47a4406d262f07c314edef034
test-execute: check for s390x first and duplicate test

s390x will define both s390x and s390, so exec-personality-s390.service is ran
in both cases but fails on s390x, as the personality returned is s390x.
Split the test and check specifically for s390x.
src/test/test-execute.c
test/test-execute/exec-personality-s390x.service [new file with mode: 0644]