From fbd2666e076c1cf4bd0a1b13c888b21094b1f97f Mon Sep 17 00:00:00 2001 From: Denis Pynkin Date: Mon, 18 Nov 2019 14:28:40 +0300 Subject: [PATCH] tests/sign: disable GPG for alternatively signed pull Explicitly disable GPG verification for remote while testing alternative signing mechanism. Signed-off-by: Denis Pynkin --- tests/test-signed-pull.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-signed-pull.sh b/tests/test-signed-pull.sh index 238ce8e0..28676b21 100755 --- a/tests/test-signed-pull.sh +++ b/tests/test-signed-pull.sh @@ -34,7 +34,7 @@ function repo_init() { rm repo -rf mkdir repo ostree_repo_init repo --mode=${repo_mode} - ${CMD_PREFIX} ostree --repo=repo remote add origin $(cat httpd-address)/ostree/gnomerepo "$@" + ${CMD_PREFIX} ostree --repo=repo remote add --set=gpg-verify=false origin $(cat httpd-address)/ostree/gnomerepo "$@" } function test_signed_pull() {