diff options
author | Djalal Harouni <tixxdz@opendz.org> | 2016-10-14 10:32:27 +0200 |
---|---|---|
committer | Djalal Harouni <tixxdz@opendz.org> | 2016-10-23 23:27:14 +0200 |
commit | 86b838eaa36814f1a9c02f3289328cd0ec42d1ff (patch) | |
tree | 9ffc1486455fd986874c4988a544701be149afbd /Makefile.am | |
parent | 4d885bd326d958827d926512ecc5e0d21f6ad76b (diff) |
test: Add simple test for supplementary groups
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 07acce347e..0debd38964 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1627,6 +1627,7 @@ EXTRA_DIST += \ test/test-execute/exec-passenvironment.service \ test/test-execute/exec-group.service \ test/test-execute/exec-group-nfsnobody.service \ + test/test-execute/exec-supplementarygroups.service \ test/test-execute/exec-ignoresigpipe-no.service \ test/test-execute/exec-ignoresigpipe-yes.service \ test/test-execute/exec-personality-x86-64.service \ |