summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-oomscoreadjust-negative.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-execute/exec-oomscoreadjust-negative.service')
-rw-r--r--test/test-execute/exec-oomscoreadjust-negative.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-execute/exec-oomscoreadjust-negative.service b/test/test-execute/exec-oomscoreadjust-negative.service
index 25b5f1f..5656030 100644
--- a/test/test-execute/exec-oomscoreadjust-negative.service
+++ b/test/test-execute/exec-oomscoreadjust-negative.service
@@ -3,6 +3,6 @@
Description=Test for OOMScoreAdjust
[Service]
-ExecStart=/bin/sh -x -c 'c=$$(cat /proc/self/oom_score_adj); test "$$c" -eq -100'
+ExecStart=sh -x -c 'c=$$(cat /proc/self/oom_score_adj); test "$$c" -eq -100'
Type=oneshot
OOMScoreAdjust=-100