diff options
author | Anita Zhang <anitzhang@gmail.com> | 2019-02-08 00:25:37 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-02-20 17:58:14 +0100 |
commit | 7ca69792e57f09cafa77aec1312f356382715c8c (patch) | |
tree | e4f5461df9d17d84b1c30ea55ea8546579acdc8e /test/meson.build | |
parent | Merge pull request #11556 from yuwata/udev-ctrl-use-sd-event (diff) | |
download | systemd-7ca69792e57f09cafa77aec1312f356382715c8c.tar.xz systemd-7ca69792e57f09cafa77aec1312f356382715c8c.zip |
core: add ':' prefix to ExecXYZ= skip env var substitution
Diffstat (limited to 'test/meson.build')
-rw-r--r-- | test/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build index 94903934a5..796ad063c0 100644 --- a/test/meson.build +++ b/test/meson.build @@ -55,6 +55,7 @@ test_data_files = ''' test-execute/exec-dynamicuser-statedir-migrate-step2.service test-execute/exec-dynamicuser-statedir.service test-execute/exec-dynamicuser-supplementarygroups.service + test-execute/exec-environment-no-substitute.service test-execute/exec-environment-empty.service test-execute/exec-environment-multiple.service test-execute/exec-environment.service |