summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-update-repeated-ims-hit
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/test-apt-update-repeated-ims-hit')
-rwxr-xr-xtest/integration/test-apt-update-repeated-ims-hit2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/test-apt-update-repeated-ims-hit b/test/integration/test-apt-update-repeated-ims-hit
index 8630ff5ee..74d46b31b 100755
--- a/test/integration/test-apt-update-repeated-ims-hit
+++ b/test/integration/test-apt-update-repeated-ims-hit
@@ -53,11 +53,13 @@ testfailure grep 'aptarchive_Release.gpg$' lists.before
for i in $(seq 1 3); do
msgmsg 'Running update again does not change result' "$i"
testwarningmsg "$GPGERROR" apt update
+ testfileequal lists.before "$(listcurrentlistsdirectory)"
done
find rootdir/var/lib/apt/lists -name '*Release*' -delete
msgmsg 'Running update with a repository gaining hashsums'
testwarningmsg "$GPGERROR" apt update
+testfileequal lists.before "$(listcurrentlistsdirectory)"
changetowebserver
find aptarchive -name '*Release*' -delete