aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2023-05-15 17:49:04 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2023-05-15 17:49:28 -0400
commit754ced4a3f6d3d8865ba78a2e503776d7bd6c04f (patch)
treea6a7b82c085e868f4af506f25d110cef94bf25b5 /tests
parentd8ef0c949523324615b66059b3d48c4c445f478b (diff)
Avoid out links in supplementary groups test
This gets in the way of the tests running in parallel.
Diffstat (limited to 'tests')
-rw-r--r--tests/supplementary-groups.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/supplementary-groups.sh b/tests/supplementary-groups.sh
index fd3da2945..47debc5e3 100644
--- a/tests/supplementary-groups.sh
+++ b/tests/supplementary-groups.sh
@@ -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