1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-26 17:25:34 +03:00

test: Pass personality test even when i686 userland runs on x86_64 kernel

(cherry picked from commit bd89d03544)
(cherry picked from commit ef677436aa)
(cherry picked from commit 2caf5c905c)
This commit is contained in:
Balint Reczey 2019-10-08 16:41:24 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 99b085975b
commit 323cdf4d4d

View File

@ -2,6 +2,6 @@
Description=Test for Personality=x86
[Service]
ExecStart=/bin/sh -x -c 'c=$$(uname -m); test "$$c" = "i686"'
ExecStart=/bin/sh -x -c 'c=$$(uname -m); test "$$c" = "i686" -o "$$c" = "x86_64"'
Type=oneshot
Personality=x86