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-pin-non-existent-package | |
parent | bc7a59dded57338e9b5e523726b246dbdd4e0935 (diff) |
tests: use quiet level 0 by default in tests
Git-Dch: Ignore
Diffstat (limited to 'test/integration/test-pin-non-existent-package')
-rwxr-xr-x | test/integration/test-pin-non-existent-package | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/integration/test-pin-non-existent-package b/test/integration/test-pin-non-existent-package index 5c839283f..bcbe103d7 100755 --- a/test/integration/test-pin-non-existent-package +++ b/test/integration/test-pin-non-existent-package @@ -23,7 +23,7 @@ testcandidate() { } testcandidate rapt '0.8.15' -testsuccessequal 'N: Unable to locate package doesntexist' aptcache policy doesntexist -q=0 +testsuccessequal 'N: Unable to locate package doesntexist' aptcache policy doesntexist testsuccessequal 'Reading package lists... Building dependency tree... Calculating upgrade... @@ -34,7 +34,7 @@ Pin: release a=unstable Pin-Priority: -1' > rootdir/etc/apt/preferences testcandidate rapt '(none)' -testsuccessequal 'N: Unable to locate package doesntexist' aptcache policy doesntexist -q=0 +testsuccessequal 'N: Unable to locate package doesntexist' aptcache policy doesntexist testsuccessequal 'Reading package lists... Building dependency tree... Calculating upgrade... @@ -53,7 +53,7 @@ Pin: release a=unstable Pin-Priority: 1000' >> rootdir/etc/apt/preferences testcandidate rapt '(none)' -testsuccessequal 'N: Unable to locate package doesntexist' aptcache policy doesntexist -q=0 +testsuccessequal 'N: Unable to locate package doesntexist' aptcache policy doesntexist testsuccessequal 'Reading package lists... Building dependency tree... |