Skip build-remote-trustless unless sandbox is supported.

This commit is contained in:
Ben Radford 2023-06-15 12:58:59 +01:00
parent c1d39de1fb
commit 41412dc4ae
No known key found for this signature in database
GPG key ID: 9DF5D4640AB888D5

View file

@ -2,6 +2,7 @@ source common.sh
enableFeatures "daemon-trust-override"
requireSandboxSupport
restartDaemon
[[ $busybox =~ busybox ]] || skipTest "no busybox"