mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +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
|
||||
|
||||
export LIBMOUNT_FORCE_MOUNT2=always
|
||||
|
||||
requireEnvironment () {
|
||||
requireSandboxSupport
|
||||
[[ $busybox =~ busybox ]] || skipTest "no busybox"
|
||||
|
|
Loading…
Reference in a new issue