diff options
author | Michael Vogt <mvo@ubuntu.com> | 2015-03-20 17:40:50 +0100 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2015-03-20 17:40:50 +0100 |
commit | b4ede2eb709b15d93e6c8658803f15ae245dda6e (patch) | |
tree | 88514d368ff8552d35b1c09ef2cc04c3dd02eacb | |
parent | 7a5380eb8413bb4e1c4bf28157865b9696dffeb0 (diff) | |
parent | d01fa806061db7f5d227a0784405987c78998c84 (diff) |
Merge branch 'debian/sid' into ubuntu/master
-rwxr-xr-x | test/integration/test-apt-download-progress | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/test-apt-download-progress b/test/integration/test-apt-download-progress index 0a9020bec..7092e163e 100755 --- a/test/integration/test-apt-download-progress +++ b/test/integration/test-apt-download-progress @@ -30,13 +30,13 @@ testsuccess dd if=/dev/zero of=./aptarchive/$TESTFILE bs=800k count=1 msgtest 'download progress works via' 'http' printf '\n' exec 3> apt-progress.log -testsuccess apthelper download-file "http://localhost:8080/$TESTFILE" http-$TESTFILE -o APT::Status-Fd=3 -o Acquire::http::Dl-Limit=800 +testsuccess apthelper download-file "http://localhost:8080/$TESTFILE" http-$TESTFILE -o APT::Status-Fd=3 -o Acquire::http::Dl-Limit=600 assertprogress apt-progress.log msgtest 'download progress works via' 'https' printf '\n' exec 3> apt-progress.log -testsuccess apthelper download-file "https://localhost:4433/$TESTFILE" https-$TESTFILE -o APT::Status-Fd=3 -o Acquire::https::Dl-Limit=800 +testsuccess apthelper download-file "https://localhost:4433/$TESTFILE" https-$TESTFILE -o APT::Status-Fd=3 -o Acquire::https::Dl-Limit=600 assertprogress apt-progress.log # cleanup |