summaryrefslogtreecommitdiff
path: root/test/test-execute
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-06-27 23:11:34 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-06-29 17:09:07 +0200
commitfd4487f01ac5d9ae5e03adcf8120e64f2e7c6a52 (patch)
treeb7c9741db79da0c118e1b13aad8d24bf46fff0d0 /test/test-execute
parent4ec851414248bb2031d805b40c40fdbbef899112 (diff)
downloadsystemd-fd4487f01ac5d9ae5e03adcf8120e64f2e7c6a52.tar.gz
test-execute: add test for ConditionKernelVersion= with quotation
Diffstat (limited to 'test/test-execute')
-rw-r--r--test/test-execute/exec-basic.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test-execute/exec-basic.service b/test/test-execute/exec-basic.service
index 8b672fcecb..3c90f548a4 100644
--- a/test/test-execute/exec-basic.service
+++ b/test/test-execute/exec-basic.service
@@ -1,5 +1,7 @@
[Unit]
Description=Test for basic execution
+ConditionKernelVersion=">=3.0"
+ConditionKernelVersion=">=2.0" "<=60" "!=1.4"
[Service]
ExecStart=touch /tmp/a ; /bin/sh -c 'touch /tmp/b' ; touch /tmp/c