diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-10-30 16:55:44 +0100 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-10-31 15:07:19 +0100 |
commit | 03bd70dd01c61c7a4b1e17d4b7235bab68c1ebd1 (patch) | |
tree | 7a69e0369dff282308ba2bb0dd99920af0acb725 /test | |
parent | 63447f1153093c883b2488e53f46ff581d904e6a (diff) |
test-execute: add test for EnvironmentFile
Diffstat (limited to 'test')
-rw-r--r-- | test/exec-environmentfile.service | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/exec-environmentfile.service b/test/exec-environmentfile.service new file mode 100644 index 0000000000..848f2a120c --- /dev/null +++ b/test/exec-environmentfile.service @@ -0,0 +1,7 @@ +[Unit] +Description=Test for EnvironmentFile + +[Service] +ExecStart=/bin/sh -c 'exit $(test "$VAR1" = "word1 word2") && $(test "$VAR2" = word3) && $(test "$VAR3" = \'$word 5 6\')' +Type=oneshot +EnvironmentFile=/tmp/test-exec_environmentfile.conf |