diff options
author | eldritch horrors <pennae@lix.systems> | 2024-03-04 06:29:34 +0100 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-03-04 07:11:25 +0100 |
commit | e9243c849a76d98df947924e9f9d410f1c05d0df (patch) | |
tree | 1b9618196de3cabf113cff161257e9908260e03b /tests | |
parent | 94bf5a8018e0850964084947c1379ffe3fa2144d (diff) |
Merge pull request #9529 from wh0/patch-1
tests: avoid a chroot store without sandbox support
(cherry picked from commit 5910140f252280f6be429d1cb5e91e69999f5b43)
Change-Id: Ic2255261334012f36a465a96073f50669952dc26
Diffstat (limited to 'tests')
-rw-r--r-- | tests/functional/build-remote-trustless-should-fail-0.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional/build-remote-trustless-should-fail-0.sh b/tests/functional/build-remote-trustless-should-fail-0.sh index fad1def59..3d4a4b097 100644 --- a/tests/functional/build-remote-trustless-should-fail-0.sh +++ b/tests/functional/build-remote-trustless-should-fail-0.sh @@ -4,6 +4,7 @@ enableFeatures "daemon-trust-override" restartDaemon +requireSandboxSupport [[ $busybox =~ busybox ]] || skipTest "no busybox" unset NIX_STORE_DIR |