diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/integration/test-bug-869859-retry-downloads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-bug-869859-retry-downloads b/test/integration/test-bug-869859-retry-downloads index 12ca40c77..4e169b3b9 100755 --- a/test/integration/test-bug-869859-retry-downloads +++ b/test/integration/test-bug-869859-retry-downloads @@ -53,7 +53,7 @@ testfailure test -f testpkg_1_all.deb msgmsg 'Success in the third try' webserverconfig 'aptwebserver::failrequest::pool/testpkg_1_all.deb' '2' -testsuccess apt download testpkg -o acquire::retries=3 +testsuccess apt download testpkg -o acquire::retries=3 -o acquire::retries::delay=false testsuccess test -f testpkg_1_all.deb rm -f testpkg_1_all.deb |