Skip to content

Commit bd89d03

Browse files
Balint Reczeycdown
authored andcommitted
test: Pass personality test even when i686 userland runs on x86_64 kernel
1 parent 7891aa0 commit bd89d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-execute/exec-personality-x86.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
Description=Test for Personality=x86
33

44
[Service]
5-
ExecStart=/bin/sh -x -c 'c=$$(uname -m); test "$$c" = "i686"'
5+
ExecStart=/bin/sh -x -c 'c=$$(uname -m); test "$$c" = "i686" -o "$$c" = "x86_64"'
66
Type=oneshot
77
Personality=x86

0 commit comments

Comments
 (0)