diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-07-13 15:06:50 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-07-13 15:06:50 -0400 |
commit | 84c4e6f0acfc902955d580aa090aa52f20ee82ad (patch) | |
tree | d90847cb29b7e33b09424e43e0517f2f0cbe7073 | |
parent | 9e64f243406ff2b3fbe06adbc762cf965e6825a8 (diff) |
Revert "Skip build-remote-trustless unless sandbox is supported."
This reverts commit 41412dc4ae0fec2d08335c19724276d99e0c6056.
-rw-r--r-- | tests/build-remote-trustless-should-fail-0.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/build-remote-trustless-should-fail-0.sh b/tests/build-remote-trustless-should-fail-0.sh index b14101f83..fad1def59 100644 --- a/tests/build-remote-trustless-should-fail-0.sh +++ b/tests/build-remote-trustless-should-fail-0.sh @@ -2,7 +2,6 @@ source common.sh enableFeatures "daemon-trust-override" -requireSandboxSupport restartDaemon [[ $busybox =~ busybox ]] || skipTest "no busybox" |