Avoid out links in supplementary groups test

This gets in the way of the tests running in parallel.
This commit is contained in:
John Ericson 2023-05-15 17:49:04 -04:00
parent d8ef0c9495
commit 754ced4a3f

View file

@ -13,7 +13,7 @@ unshare --mount --map-root-user bash <<EOF
mkdir -p \$NIX_REMOTE
}
cmd=(nix-build ./hermetic.nix --arg busybox "$busybox" --arg seed 1)
cmd=(nix-build ./hermetic.nix --arg busybox "$busybox" --arg seed 1 --no-out-link)
# Fails with default setting
# TODO better error