]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-bug-733028-gpg-resource-limit
better error message for insufficient hashsums
[apt.git] / test / integration / test-bug-733028-gpg-resource-limit
index 7040856b3760be04738471b17bbe2df21e09b8a6..69baf4e5c356837466a0d617e796ee9111980ff7 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
 set -e
 
-TESTDIR=$(readlink -f $(dirname $0))
-. $TESTDIR/framework
+TESTDIR="$(readlink -f "$(dirname "$0")")"
+. "$TESTDIR/framework"
 setupenvironment
 configarchitecture 'i386'
 
@@ -13,9 +13,7 @@ setupaptarchive --no-update
 for i in $(seq 1 50); do
        touch rootdir/etc/apt/trusted.gpg.d/emptykey-${i}.gpg
 done
-
-aptkey list | grep '^pub' > aptkey.list
-testfileequal ./aptkey.list 'pub   2048R/DBAC8DAE 2010-08-18'
+testaptkeys 'Joe Sixpack'
 
 testsuccess aptget update
 msgtest 'Test for no gpg errors/warnings in' 'apt-get update'