summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-update-file
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2015-11-19 16:00:33 +0100
committerDavid Kalnischkies <david@kalnischkies.de>2015-11-19 17:13:56 +0100
commit87d6947d51717e8b0e975d913986161598a7259a (patch)
treeaa7dfd6a63cbfffd75ace2bafc00589449aa02e6 /test/integration/test-apt-update-file
parentbc7a59dded57338e9b5e523726b246dbdd4e0935 (diff)
tests: use quiet level 0 by default in tests
Git-Dch: Ignore
Diffstat (limited to 'test/integration/test-apt-update-file')
-rwxr-xr-xtest/integration/test-apt-update-file4
1 files changed, 2 insertions, 2 deletions
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