diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-09-04 15:28:47 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-09-04 15:28:47 +0200 |
commit | 1f8b2599f6beb14e8855f5d43fc1a759a08690e9 (patch) | |
tree | 8dd90c6fb898f9af8cd56e9d43b6f86352247d2e /test | |
parent | 1dc03a8614454023ab8ed265465c061980cb9ea9 (diff) |
* cmdline/apt-key:
- support also Dir::Etc::Trusted so that apt-key works in the same
way as the library part which works with the trusted files
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/framework | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/framework b/test/integration/framework index d832bedbe..8a5973d4b 100644 --- a/test/integration/framework +++ b/test/integration/framework @@ -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 $* } |