diff options
Diffstat (limited to 'test/integration/test-conflicts-real-multiarch-same')
-rwxr-xr-x | test/integration/test-conflicts-real-multiarch-same | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/integration/test-conflicts-real-multiarch-same b/test/integration/test-conflicts-real-multiarch-same index e6c6c0e01..dd320aa8a 100755 --- a/test/integration/test-conflicts-real-multiarch-same +++ b/test/integration/test-conflicts-real-multiarch-same @@ -26,7 +26,7 @@ The following NEW packages will be installed: Inst virtual-provider (2 unstable [amd64]) Inst virtual-provider:i386 (2 unstable [i386]) Conf virtual-provider (2 unstable [amd64]) -Conf virtual-provider:i386 (2 unstable [i386])" aptget install virtual:* -s -q=0 +Conf virtual-provider:i386 (2 unstable [i386])" aptget install virtual:* -s testsuccessequal 'Reading package lists... Building dependency tree... @@ -36,7 +36,7 @@ The following NEW packages will be installed: Inst real (2 unstable [amd64]) Inst real:i386 (2 unstable [i386]) Conf real (2 unstable [amd64]) -Conf real:i386 (2 unstable [i386])' aptget install real:* -s -q=0 +Conf real:i386 (2 unstable [i386])' aptget install real:* -s # ensure that we are not confused by the provides testsuccessequal 'Reading package lists... @@ -47,4 +47,4 @@ The following NEW packages will be installed: Inst real-provider (2 unstable [amd64]) Inst real-provider:i386 (2 unstable [i386]) Conf real-provider (2 unstable [amd64]) -Conf real-provider:i386 (2 unstable [i386])' aptget install real-provider:* -s -q=0 +Conf real-provider:i386 (2 unstable [i386])' aptget install real-provider:* -s |