mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-03 01:17:45 +03:00
test: Pass personality test even when i686 userland runs on x86_64 kernel
(cherry picked from commitbd89d03544
) (cherry picked from commitef677436aa
)
This commit is contained in:
parent
397ec43f73
commit
2caf5c905c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user