]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-acquire-same-file-multiple-times
add Source-Version field for EDSP
[apt.git] / test / integration / test-acquire-same-file-multiple-times
index 5267655215c92dd7f0b3f77976a4b2bed3296a12..a850f897c769fd816fb86c19210b14cefcb75a57 100755 (executable)
@@ -14,10 +14,9 @@ filedown() {
        msgtest 'Downloading the same URI twice over file' "$1"
        testsuccess --nomsg apthelper download-file file:///$APTARCHIVE/foo ./downloaded/foo1 '' file:///$APTARCHIVE/foo ./downloaded/foo2 '' -o Debug::pkgAcquire::Worker=1
        cp rootdir/tmp/testsuccess.output download.log
-       #cat download.log
        testsuccess cmp $TESTFILE ./downloaded/foo1
        testsuccess cmp ./downloaded/foo1 ./downloaded/foo2
-       #testequal '1' grep -c '200%20URI%20Start' ./download.log
+       testequal '1' grep -c '200%20URI%20Start' ./download.log
        testequal '1' grep -c '201%20URI%20Done' ./download.log
        rm -f ./downloaded/foo1 ./downloaded/foo2
 }