mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Merge pull request #9529 from wh0/patch-1
tests: avoid a chroot store without sandbox support
This commit is contained in:
commit
5910140f25
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ enableFeatures "daemon-trust-override"
|
||||||
|
|
||||||
restartDaemon
|
restartDaemon
|
||||||
|
|
||||||
|
requireSandboxSupport
|
||||||
[[ $busybox =~ busybox ]] || skipTest "no busybox"
|
[[ $busybox =~ busybox ]] || skipTest "no busybox"
|
||||||
|
|
||||||
unset NIX_STORE_DIR
|
unset NIX_STORE_DIR
|
||||||
|
|
Loading…
Reference in a new issue