mirror of
https://github.com/NixOS/nix
synced 2025-07-10 21:23:56 +02:00
Add some tests for drop-supplementary-groups
This commit is contained in:
parent
746c6aae3f
commit
d8ef0c9495
5 changed files with 92 additions and 2 deletions
|
@ -4,7 +4,7 @@ if [[ -z "${COMMON_SH_SOURCED-}" ]]; then
|
|||
|
||||
COMMON_SH_SOURCED=1
|
||||
|
||||
source "$(readlink -f "$(dirname "${BASH_SOURCE[0]}")")/common/vars-and-functions.sh"
|
||||
source "$(readlink -f "$(dirname "${BASH_SOURCE[0]-$0}")")/common/vars-and-functions.sh"
|
||||
if [[ -n "${NIX_DAEMON_PACKAGE:-}" ]]; then
|
||||
startDaemon
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue