]> git.saurik.com Git - apt.git/commit
test-apt-cdrom: Fix for gnupg 2.1.15
authorJulian Andres Klode <jak@debian.org>
Thu, 1 Sep 2016 08:57:49 +0000 (10:57 +0200)
committerJulian Andres Klode <jak@debian.org>
Thu, 1 Sep 2016 09:00:10 +0000 (11:00 +0200)
commit0343b48e06fb990ee15a020bc6716b1a5a984e14
treee0a759a49042f4f1f33d22661d3beae245026476
parentcf7503d8a09ebce695423fdeb2402c456c18f3d8
test-apt-cdrom: Fix for gnupg 2.1.15

gpg annoyingly changed its output and broke our test suite
again by adding two extra lines about key type and issuer.
Really annoying.

Those lines also have more than one space after the colon,
so let's use \s* there - and also change the other lines to
support variable length whitespace in case gpg decides to
break things there too.
test/integration/test-apt-cdrom