diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-05-06 12:22:42 +0200 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-05-06 13:01:23 +0200 |
commit | 6089a4b17c61ef30b2efc00e270b0907f51f352a (patch) | |
tree | b0f31e19e45775f9a0880c0d4801e87077696036 /test | |
parent | dfe2511e31f232a8a8880eba40af40d1deb0e49c (diff) |
Use debDebFile to get control file instead of dpkg-deb
Diffstat (limited to 'test')
-rwxr-xr-x | test/integration/test-apt-get-install-deb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/integration/test-apt-get-install-deb b/test/integration/test-apt-get-install-deb index 844f1d7c5..002c1aef8 100755 --- a/test/integration/test-apt-get-install-deb +++ b/test/integration/test-apt-get-install-deb @@ -22,9 +22,9 @@ done mv foo.rpm foo.deb for exe in apt aptget; do for cmd in install remove purge upgrade full-upgrade; do - testfailuremsg "E: Sub-process Popen returned an error code (2) -E: Encountered a section with no Package: header -E: Problem with MergeList ${TMPWORKINGDIRECTORY}/foo.deb + testfailuremsg "E: Invalid archive signature +E: Internal error, could not locate member control.tar.{zstlz4gzxzbz2lzma} +E: Could not read meta data from ${TMPWORKINGDIRECTORY}/foo.deb E: The package lists or status file could not be parsed or opened." $exe $cmd ./foo.deb done done |