]> git.saurik.com Git - apt.git/blobdiff - test/integration/framework
releasing version 0.8.4
[apt.git] / test / integration / framework
index d832bedbef5010bfdd3b3f23879a8a0d69a573da..8a5973d4bfb917f5b6efeba7187fbbfa60928e1b 100644 (file)
@@ -72,6 +72,7 @@ aptconfig() { runapt apt-config $*; }
 aptcache() { runapt apt-cache $*; }
 aptget() { runapt apt-get $*; }
 aptftparchive() { runapt apt-ftparchive $*; }
+aptkey() { runapt apt-key $*; }
 dpkg() {
        $(which dpkg) --root=${TMPWORKINGDIRECTORY}/rootdir --force-not-root --force-bad-path --log=${TMPWORKINGDIRECTORY}/rootdir/var/log/dpkg.log $*
 }