summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2017-04-12 16:59:11 +0300
committerPanu Matilainen <pmatilai@redhat.com>2017-04-12 16:59:11 +0300
commite47733bb89ef6435cb06e4f62823bf44cb4e24ff (patch)
tree6aa5d0a6063203ccd544ea1495c81a3373eb9a62
parent4bbeec134aab33e24f960be28a7b2198359c1f67 (diff)
downloadrpm-e47733bb89ef6435cb06e4f62823bf44cb4e24ff.tar.gz
Let the NOKEY warning through on :pgpsig format test
-rw-r--r--tests/rpmquery.at4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rpmquery.at b/tests/rpmquery.at
index a0aef2d7a..b4b0b0759 100644
--- a/tests/rpmquery.at
+++ b/tests/rpmquery.at
@@ -242,13 +242,13 @@ AT_SETUP([pgpsig extension query])
AT_KEYWORDS([query signature])
AT_CHECK([
runroot rpm \
- --nosignature \
--queryformat="%{rsaheader:pgpsig}" \
-qp /data/RPMS/hello-2.0-1.x86_64-signed.rpm
],
[0],
[RSA/SHA256, Thu Apr 6 16:02:33 2017, Key ID 4344591e1964c5fc],
-[])
+[warning: /data/RPMS/hello-2.0-1.x86_64-signed.rpm: Header V4 RSA/SHA256 Signature, key ID 1964c5fc: NOKEY
+])
AT_CLEANUP
# ------------------------------