diff options
Diffstat (limited to 'test/integration/test-apt-update-file')
-rwxr-xr-x | test/integration/test-apt-update-file | 4 |
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 |