diff options
author | Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | 2023-07-17 20:58:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-17 20:58:17 +0200 |
commit | a8d5bb5e7e4400d89ff49ff00e7b5634b24834c3 (patch) | |
tree | f102be1b8cab2e32a4c7eda682a68bd05c2aa5d3 /tests/local.mk | |
parent | a5c88f860987bd5dec8c96efed1e6c9d8ce7a669 (diff) | |
parent | adb28d4a26598fbc342dd18d2dd42621953c7b6d (diff) |
Merge pull request #8342 from NixLayeredStore/best-effort-supplementary-groups
Best effort 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 173bc84b3..df20f3dd7 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -95,6 +95,7 @@ nix_tests = \ misc.sh \ dump-db.sh \ linux-sandbox.sh \ + supplementary-groups.sh \ build-dry.sh \ structured-attrs.sh \ shell.sh \ |