test-execute: add test for ConditionKernelVersion= with quotation

This commit is contained in:
Yu Watanabe 2019-06-27 23:11:34 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 4ec8514142
commit fd4487f01a
1 changed files with 2 additions and 0 deletions

View File

@ -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