summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-passenvironment-repeated.service
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-11-11 18:46:15 +0100
committerLennart Poettering <lennart@poettering.net>2015-11-11 18:46:15 +0100
commita1350640ba605cf5876b25abfee886488a33e50b (patch)
treec0e4c0d255fe99cf7d79e1cde128915de986db3d /test/test-execute/exec-passenvironment-repeated.service
parent3116c225d2e3c0d8e6b3f4d4a9b48443cc7baf2d (diff)
parente1abca2ee42e5938ee1f2542c3eba9e70edb0be2 (diff)
Merge pull request #1852 from filbranden/passenv6
execute: Add new PassEnvironment= directive (v4)
Diffstat (limited to 'test/test-execute/exec-passenvironment-repeated.service')
-rw-r--r--test/test-execute/exec-passenvironment-repeated.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test-execute/exec-passenvironment-repeated.service b/test/test-execute/exec-passenvironment-repeated.service
new file mode 100644
index 0000000000..5e8c56f26a
--- /dev/null
+++ b/test/test-execute/exec-passenvironment-repeated.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=Test for PassEnvironment with a variable name repeated
+
+[Service]
+ExecStart=/bin/sh -x -c 'test "$$VAR1" = "word1 word2" && test "$$VAR2" = word3 && test "$$VAR3" = "\\$$word 5 6"'
+Type=oneshot
+PassEnvironment=VAR1 VAR2
+PassEnvironment=VAR1 VAR3