summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-ioschedulingclass-realtime.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-execute/exec-ioschedulingclass-realtime.service')
-rw-r--r--test/test-execute/exec-ioschedulingclass-realtime.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-execute/exec-ioschedulingclass-realtime.service b/test/test-execute/exec-ioschedulingclass-realtime.service
index 74936d8079..d920d5c687 100644
--- a/test/test-execute/exec-ioschedulingclass-realtime.service
+++ b/test/test-execute/exec-ioschedulingclass-realtime.service
@@ -2,6 +2,6 @@
Description=Test for IOSchedulingClass=realtime
[Service]
-ExecStart=/bin/bash -c 'c=$(ionice); echo $c; [[ "$c" == realtime* ]]'
+ExecStart=/bin/sh -x -c 'c=$$(LC_ALL=C ionice); test "$${c%%:*}" = "realtime"'
Type=oneshot
IOSchedulingClass=realtime