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-apt-get-install-virtual-pkgs | |
parent | bc7a59dded57338e9b5e523726b246dbdd4e0935 (diff) |
tests: use quiet level 0 by default in tests
Git-Dch: Ignore
Diffstat (limited to 'test/integration/test-apt-get-install-virtual-pkgs')
-rwxr-xr-x | test/integration/test-apt-get-install-virtual-pkgs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/integration/test-apt-get-install-virtual-pkgs b/test/integration/test-apt-get-install-virtual-pkgs index ca3790f46..c785205ee 100755 --- a/test/integration/test-apt-get-install-virtual-pkgs +++ b/test/integration/test-apt-get-install-virtual-pkgs @@ -32,7 +32,7 @@ The following NEW packages will be installed: foo 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Inst foo (1 unstable [amd64]) -Conf foo (1 unstable [amd64])" aptget install foo-prv -s -q=0 +Conf foo (1 unstable [amd64])" aptget install foo-prv -s testvirtuals() { testfailureequal "Reading package lists... @@ -42,7 +42,7 @@ Package $1 is a virtual package provided by: $2 You should explicitly select one to install. -E: Package '$1' has no installation candidate" aptget install $1 -s -q=0 +E: Package '$1' has no installation candidate" aptget install $1 -s } testvirtuals 'foo-prv1' 'baz1 1' 'foo1 1' @@ -61,4 +61,4 @@ Package foo-prv5 is a virtual package provided by: foo5:i386 2 [Not candidate version] baz5 1 [Not candidate version] -E: Package 'foo-prv5' has no installation candidate" aptget install foo-prv5 -s -q=0 +E: Package 'foo-prv5' has no installation candidate" aptget install foo-prv5 -s |