From: Colin Walters Date: Thu, 15 Feb 2024 15:31:26 +0000 (-0500) Subject: tests: Skip composefs tests without the feature X-Git-Tag: archive/raspbian/2024.8-1+rpi1^2~7^2~2^2~11^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3647395fe5b14b22a70215f1b2a7046098c75bf3;p=ostree.git tests: Skip composefs tests without the feature Previously this was masked by us shipping composefs vendored. --- diff --git a/tests/test-admin-deploy-composefs.sh b/tests/test-admin-deploy-composefs.sh index a4565a74..fd39dc8d 100755 --- a/tests/test-admin-deploy-composefs.sh +++ b/tests/test-admin-deploy-composefs.sh @@ -21,6 +21,8 @@ set -euox pipefail . $(dirname $0)/libtest.sh +skip_without_ostree_feature composefs + # Exports OSTREE_SYSROOT so --sysroot not needed. setup_os_repository "archive" "syslinux"