]>
git.saurik.com Git - apt.git/blob - test/integration/test-bug-733028-gpg-resource-limit
4 TESTDIR
=$(readlink -f $(dirname $0))
7 configarchitecture
'i386'
9 insertpackage
'unstable' 'foobar' 'all' '1'
11 setupaptarchive
--no-update
13 for i
in $(seq 1 50); do
14 touch rootdir
/etc
/apt
/trusted.gpg.d
/emptykey
-${i}.gpg
17 aptkey list
| grep '^pub' > aptkey.list
18 testfileequal .
/aptkey.list
'pub 2048R/DBAC8DAE 2010-08-18'
20 msgtest
'Test for no gpg errors/warnings in' 'apt-get update'
21 aptget update
> update.log
2>&1
22 if grep -iq 'GPG' update.log
; then