summaryrefslogtreecommitdiff
path: root/tests/test-signed-pull-summary.sh
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2020-04-14 22:18:13 +0000
committerColin Walters <walters@verbum.org>2020-04-14 22:18:13 +0000
commitb6040143e521d16fb2ea4e390232bae8ea5c26a6 (patch)
tree8324f251cd870270e067fa338efcee1ac118b438 /tests/test-signed-pull-summary.sh
parent8baee5cd0471807edcfef16b54842e4c71abcb37 (diff)
downloadostree-b6040143e521d16fb2ea4e390232bae8ea5c26a6.tar.gz
Only enable "dummy" signature type with opt-in env variable
I don't want to even have to think about people using this in production.
Diffstat (limited to 'tests/test-signed-pull-summary.sh')
-rwxr-xr-xtests/test-signed-pull-summary.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-signed-pull-summary.sh b/tests/test-signed-pull-summary.sh
index ee731e86..c328d288 100755
--- a/tests/test-signed-pull-summary.sh
+++ b/tests/test-signed-pull-summary.sh
@@ -27,6 +27,9 @@ set -euo pipefail
echo "1..14"
+# This is explicitly opt in for testing
+export OSTREE_DUMMY_SIGN_ENABLED=1
+
repo_reinit () {
ARGS="$*"
cd ${test_tmpdir}