diff options
Diffstat (limited to 'test/integration/test-apt-get-download')
-rwxr-xr-x | test/integration/test-apt-get-download | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-apt-get-download b/test/integration/test-apt-get-download index 3ad3b395d..78386aa7f 100755 --- a/test/integration/test-apt-get-download +++ b/test/integration/test-apt-get-download @@ -31,7 +31,7 @@ find aptarchive/dists -name '*Release*' -type f | while read file; do done if [ "$(id -u)" = '0' ]; then # Release file can't be accessed by _apt - testsuccesswithnotice aptget update -q=0 + testsuccesswithnotice aptget update fi #everything (too) permissive |