summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-personality-s390.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-execute/exec-personality-s390.service')
-rw-r--r--test/test-execute/exec-personality-s390.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-execute/exec-personality-s390.service b/test/test-execute/exec-personality-s390.service
index f3c3b03e3d..89f7de89d0 100644
--- a/test/test-execute/exec-personality-s390.service
+++ b/test/test-execute/exec-personality-s390.service
@@ -2,6 +2,6 @@
Description=Test for Personality=s390
[Service]
-ExecStart=/bin/sh -c 'echo $(uname -m); exit $(test $(uname -m) = "s390")'
+ExecStart=/bin/sh -x -c 'c=$$(uname -m); test "$$c" = "s390"'
Type=oneshot
Personality=s390