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
This commit is contained in:
Alois Wohlschlager
2025-12-01 14:25:47 +00:00
committed by alois31
parent afd7faf385
commit 31b6c823ae
+1
View File
@@ -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"