summaryrefslogtreecommitdiff
path: root/test/integration/framework
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2024-12-07 16:09:10 +0000
committerJulian Andres Klode <jak@debian.org>2024-12-07 16:09:10 +0000
commit4063d96cdd9df79e1ca25410be30571d57296779 (patch)
tree1c5de4c1e0104d3539092c4ea3fdf33d8297e64b /test/integration/framework
parent9dbb3a242f4f7a53c3678fd4f37e03ccc8479113 (diff)
parent2bb8a2c71c12063e52220c3a3839e063f11a319d (diff)
Merge branch 'bye-apt-key' into 'main'
Stop using apt-key for verification and move apt-key to test/ See merge request apt-team/apt!406
Diffstat (limited to 'test/integration/framework')
-rw-r--r--test/integration/framework2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/framework b/test/integration/framework
index a64488f0e..6d4d0b07f 100644
--- a/test/integration/framework
+++ b/test/integration/framework
@@ -192,7 +192,7 @@ aptcache() { runapt apt-cache "$@"; }
aptcdrom() { runapt apt-cdrom "$@"; }
aptget() { runapt apt-get "$@"; }
aptftparchive() { runapt "${APTFTPARCHIVEBINDIR}/apt-ftparchive" "$@"; }
-aptkey() { runapt apt-key "$@"; }
+aptkey() { runapt "${APTTESTHELPERSBINDIR}/apt-key" "$@"; }
aptmark() { runapt apt-mark "$@"; }
aptsortpkgs() { runapt apt-sortpkgs "$@"; }
apt() { runapt apt "$@"; }