summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-execsearchpath-environment.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-execute/exec-execsearchpath-environment.service')
-rw-r--r--test/test-execute/exec-execsearchpath-environment.service6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test-execute/exec-execsearchpath-environment.service b/test/test-execute/exec-execsearchpath-environment.service
new file mode 100644
index 0000000..b0fa6a3
--- /dev/null
+++ b/test/test-execute/exec-execsearchpath-environment.service
@@ -0,0 +1,6 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+[Service]
+ExecStart=/bin/sh -x -c 'test "$$VAR1" = "word1 word2" && test "$$VAR2" = word3 && test "$$VAR3" = "\\$$word 5 6" && test "$$PATH" = "/tmp:/bin"'
+Type=oneshot
+ExecSearchPath=/tmp:/bin
+Environment="VAR1=word1 word2" VAR2=word3 "VAR3=$word 5 6"