diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-07-03 23:09:04 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-07-22 16:05:09 +0200 |
commit | 27f38567fe327ecaf7fb361c3cca6ee29e6300c9 (patch) | |
tree | 8c3f4843bb2e78e11405bde1efc2fc59d4250e3f /test/integration | |
parent | 01047752b34486607665db99afffa595cb2d43ce (diff) |
support dpkg debug mode in APT::StateChanges
Gbp-Dch: Ignore
Diffstat (limited to 'test/integration')
-rwxr-xr-x | test/integration/test-dpkg-assert-multi-arch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-dpkg-assert-multi-arch b/test/integration/test-dpkg-assert-multi-arch index 14b29ec87..678038cf2 100755 --- a/test/integration/test-dpkg-assert-multi-arch +++ b/test/integration/test-dpkg-assert-multi-arch @@ -18,7 +18,7 @@ testqualifier() { msgtest 'Test with' $1 'for correct qualifier mode' $2 #aptget install $1 -qq -o Debug::pkgDPkgPM=1 || true aptget install $1 -qq -o Debug::pkgDPkgPM=1 -o Dpkg::ExplicitLastConfigure=1 > testqualifier.output 2>&1 || true - GIVEN="$(grep -v -- '--unpack' testqualifier.output | sed -e 's/^.*--[^u][^ ]* \([^ ]*\).*$/\1/')" + GIVEN="$(grep -v -- '--unpack' testqualifier.output | sed -ne 's/^.*--[rpc][^ ]* \([^ ]*\).*$/\1/p')" if [ "$GIVEN" = "$2" ]; then msgpass else |