]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-progress-fd-deb822
centralize unlink checks in acquire-item
[apt.git] / test / integration / test-apt-progress-fd-deb822
index badc985e47f1537ae5a334c34cb4df7b69d47a26..ca7f14cb9f85f57a8dfdf07672903b193b8449fa 100755 (executable)
@@ -16,7 +16,7 @@ setupaptarchive
 exec 3> apt-progress.log
 testsuccess aptget install testing=0.1 -y -o APT::Status-deb822-Fd=3
 
-testequal "Status: progress
+testfileequal './apt-progress.log' 'Status: progress
 Percent: 0
 Message: Running dpkg
 
@@ -62,7 +62,6 @@ Message: Installed testing (amd64)
 Status: progress
 Percent: 83.3333
 Message: Running dpkg
-" cat apt-progress.log
-
+'
 
 rm -f apt-progress*.log