From 03bd70dd01c61c7a4b1e17d4b7235bab68c1ebd1 Mon Sep 17 00:00:00 2001 From: Ronny Chevalier Date: Fri, 30 Oct 2015 16:55:44 +0100 Subject: test-execute: add test for EnvironmentFile --- test/exec-environmentfile.service | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/exec-environmentfile.service (limited to 'test') 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 -- cgit v1.2.3-54-g00ecf