diff options
author | Djalal Harouni <tixxdz@opendz.org> | 2016-10-17 10:06:18 +0200 |
---|---|---|
committer | Djalal Harouni <tixxdz@opendz.org> | 2016-10-23 23:27:16 +0200 |
commit | bf9ace96fc764fb6c795790a5febade4689f9aba (patch) | |
tree | df1bf88df3808447f90c08d8d2675125994f5424 /Makefile.am | |
parent | 86b838eaa36814f1a9c02f3289328cd0ec42d1ff (diff) |
test: add more tests for SupplementaryGroups=
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0debd38964..c49edef7b2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1628,6 +1628,8 @@ EXTRA_DIST += \ test/test-execute/exec-group.service \ test/test-execute/exec-group-nfsnobody.service \ test/test-execute/exec-supplementarygroups.service \ + test/test-execute/exec-supplementarygroups-single-group.service \ + test/test-execute/exec-supplementarygroups-single-group-user.service \ test/test-execute/exec-ignoresigpipe-no.service \ test/test-execute/exec-ignoresigpipe-yes.service \ test/test-execute/exec-personality-x86-64.service \ |