diff options
author | Julian Andres Klode <jak@debian.org> | 2020-12-02 16:41:40 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2020-12-02 16:41:40 +0100 |
commit | eefadade6e886d9423c5d3145858891047c46abc (patch) | |
tree | d4d01a608bb621869c25d93ff6a1aa0da747cd70 /test | |
parent | bc7f2dcdb3f624ce2302e854448bc2e1f5d17ff7 (diff) |
test-method-rred: Use apthelper instead of apt-helper
Fixes lookup in as-installed testing
Gbp-Dch: ignore
Diffstat (limited to 'test')
-rwxr-xr-x | test/integration/test-method-rred | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-method-rred b/test/integration/test-method-rred index fcadac146..645b0dfdd 100755 --- a/test/integration/test-method-rred +++ b/test/integration/test-method-rred @@ -234,7 +234,7 @@ Package: extra-kittens Version: unavailable . 6d' -testfileequal patch.ed "$(apt-helper cat-file patch.ed.gz)" +testfileequal patch.ed "$(apthelper cat-file patch.ed.gz)" testrred 'Apply' 'merged patch' "$(cat patch.ed)" 'Package: coolstuff Version: 0.8.15 Description: collection of stuff |