]>
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 
  16 testaptkeys 'Joe Sixpack' 
  18 testsuccess aptget update 
  19 msgtest 'Test for no gpg errors/warnings in' 'apt-get update' 
  20 if grep -iq 'GPG' rootdir/tmp/testsuccess.output; then 
  21         cat rootdir/tmp/testsuccess.output