From 87d6947d51717e8b0e975d913986161598a7259a Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Thu, 19 Nov 2015 16:00:33 +0100 Subject: tests: use quiet level 0 by default in tests Git-Dch: Ignore --- test/integration/test-apt-update-file | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/integration/test-apt-update-file') diff --git a/test/integration/test-apt-update-file b/test/integration/test-apt-update-file index 78a8ca405..c5b237257 100755 --- a/test/integration/test-apt-update-file +++ b/test/integration/test-apt-update-file @@ -33,10 +33,10 @@ if [ "$(id -u)" = '0' ]; then testsuccess aptget update rm -rf rootdir/var/lib/apt/lists chmod 510 aptarchive/dists/ - testsuccesswithnotice aptget update -q=0 + testsuccesswithnotice aptget update rm -rf rootdir/var/lib/apt/lists chmod 500 aptarchive/dists/ - testsuccesswithnotice aptget update -q=0 + testsuccesswithnotice aptget update exit fi chmod 555 aptarchive/dists/unstable/main/binary-all -- cgit v1.2.3