mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
Use LIBMOUNT_FORCE_MOUNT2=always to workaround new mount API issues
This commit is contained in:
parent
c99c80f075
commit
e73dc0e938
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
source ../common.sh
|
source ../common.sh
|
||||||
|
|
||||||
|
export LIBMOUNT_FORCE_MOUNT2=always
|
||||||
|
|
||||||
requireEnvironment () {
|
requireEnvironment () {
|
||||||
requireSandboxSupport
|
requireSandboxSupport
|
||||||
[[ $busybox =~ busybox ]] || skipTest "no busybox"
|
[[ $busybox =~ busybox ]] || skipTest "no busybox"
|
||||||
|
|
Loading…
Reference in a new issue