diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-11-19 16:00:33 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-11-19 17:13:56 +0100 |
commit | 87d6947d51717e8b0e975d913986161598a7259a (patch) | |
tree | aa7dfd6a63cbfffd75ace2bafc00589449aa02e6 /test/integration/test-conflicts-real-multiarch-same | |
parent | bc7a59dded57338e9b5e523726b246dbdd4e0935 (diff) |
tests: use quiet level 0 by default in tests
Git-Dch: Ignore
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 |