summaryrefslogtreecommitdiff
path: root/Makefile-tests.am
diff options
context:
space:
mode:
authorDenis Pynkin <denis.pynkin@collabora.com>2019-11-26 13:01:36 +0300
committerDenis Pynkin <denis.pynkin@collabora.com>2020-03-25 15:23:55 +0300
commit1de2efa2ed95cbcabdd58f15c974e3fd55c30a70 (patch)
tree0e47410efb6cabb9831291341bac774e782a69dd /Makefile-tests.am
parent40b80344f87b1ddcbf0d8190fbaf80df956172c0 (diff)
downloadostree-1de2efa2ed95cbcabdd58f15c974e3fd55c30a70.tar.gz
tests/sign: new test for summary file verification
Add test for signature verification of summary file during the pull. Adopted version of GPG tests from `test-pull-summary-sigs.sh`. Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com>
Diffstat (limited to 'Makefile-tests.am')
-rw-r--r--Makefile-tests.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile-tests.am b/Makefile-tests.am
index 505245cd..3270bd9c 100644
--- a/Makefile-tests.am
+++ b/Makefile-tests.am
@@ -138,13 +138,9 @@ _installed_or_uninstalled_test_scripts = \
tests/test-pull-collections.sh \
tests/test-config.sh \
tests/test-signed-commit.sh \
- $(NULL)
-
-if USE_LIBSODIUM
-_installed_or_uninstalled_test_scripts += \
tests/test-signed-pull.sh \
+ tests/test-signed-pull-summary.sh \
$(NULL)
-endif
if USE_GPGME
_installed_or_uninstalled_test_scripts += \