diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-05-15 17:41:51 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-05-15 17:41:51 -0400 |
commit | d8ef0c949523324615b66059b3d48c4c445f478b (patch) | |
tree | 01ac4fe1143a548a1daae6bc50a681fa64a4c53d /tests/local.mk | |
parent | 746c6aae3f4a2f80c730575bd6eca370efe58f2e (diff) |
Add some tests for `drop-supplementary-groups`
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/local.mk b/tests/local.mk index 9e340e2e2..9cb81e1f0 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -93,6 +93,7 @@ nix_tests = \ misc.sh \ dump-db.sh \ linux-sandbox.sh \ + supplementary-groups.sh \ build-dry.sh \ structured-attrs.sh \ shell.sh \ |