summaryrefslogtreecommitdiff
path: root/test/exec-environment.service
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2015-04-03 18:26:54 +0200
committerAndy Wingo <wingo@pobox.com>2015-04-08 08:30:28 +0200
commit62b7106671d04f70d7f6b49e9d53e637d116b0db (patch)
tree46c08ca36cf75c090587ada5c49129816b240e24 /test/exec-environment.service
parentccb03fc9015e6c8131e4d289a36e0145eaf2b5a2 (diff)
remove tests
Diffstat (limited to 'test/exec-environment.service')
-rw-r--r--test/exec-environment.service6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/exec-environment.service b/test/exec-environment.service
deleted file mode 100644
index 4586b4c4a9..0000000000
--- a/test/exec-environment.service
+++ /dev/null
@@ -1,6 +0,0 @@
-[Unit]
-Description=Test for Environment
-
-[Service]
-ExecStart=/bin/sh -c 'exit $(test "$VAR1" = "word1 word2") && $(test "$VAR2" = word3) && $(test "$VAR3" = \'$word 5 6\')'
-Environment="VAR1=word1 word2" VAR2=word3 "VAR3=$word 5 6"