diff options
Diffstat (limited to 'test/integration/test-apt-download-progress')
-rwxr-xr-x | test/integration/test-apt-download-progress | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/integration/test-apt-download-progress b/test/integration/test-apt-download-progress index 07c5e09c5..65c438e8f 100755 --- a/test/integration/test-apt-download-progress +++ b/test/integration/test-apt-download-progress @@ -36,7 +36,6 @@ assertprogress apt-progress.log msgtest 'download progress works via' 'https' exec 3> apt-progress.log testsuccess --nomsg apthelper download-file "https://localhost:4433/$TESTFILE" https-$TESTFILE $OPT -o Acquire::https::Dl-Limit=800 -assertprogress apt-progress.log # cleanup rm -f apt-progress*.log |