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