From 31b6c823ae412fe7222700209ec2cc76a849e341 Mon Sep 17 00:00:00 2001 From: Alois Wohlschlager Date: Sun, 30 Nov 2025 15:15:36 +0100 Subject: [PATCH] tests/functional: mark the remaining test requiring sandboxing Diverted (chroot) store requires sandboxing, so the relevant test needs to be marked as such. Change-Id: I5c8ad5f90bb26f8e7088c7141066a18a6a6a6964 --- tests/functional/repair-chroot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional/repair-chroot.sh b/tests/functional/repair-chroot.sh index 150c73a9b..200dc1297 100644 --- a/tests/functional/repair-chroot.sh +++ b/tests/functional/repair-chroot.sh @@ -1,5 +1,6 @@ source common.sh +requireSandboxSupport # diverted store requires sandboxing if [[ $(uname) == Darwin ]]; then skipTest "Darwin does not have diverted stores"; fi needLocalStore "--repair needs a local store"