nix-super/tests/overlay-local-store.sh

8 lines
231 B
Bash
Raw Normal View History

2023-03-17 05:00:14 +02:00
source common.sh
2023-05-08 21:47:39 +03:00
requireSandboxSupport
[[ $busybox =~ busybox ]] || skipTest "no busybox"
if [[ $(uname) != Linux ]]; then skipTest "Need Linux for overlayfs"; fi
2023-03-17 05:00:14 +02:00
exec unshare --mount --map-root-user overlay-local-store/inner.sh