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 testsuccess aptget update
21 msgtest
'Test for no gpg errors/warnings in' 'apt-get update'
22 if grep -iq 'GPG' rootdir
/tmp
/testsuccess.output
; then
23 cat rootdir
/tmp
/testsuccess.output