]> git.saurik.com Git - apt.git/commitdiff
tests: avoid time-dependent rebuild of caches
authorDavid Kalnischkies <david@kalnischkies.de>
Wed, 20 Jul 2016 16:38:38 +0000 (18:38 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 22 Jul 2016 14:05:09 +0000 (16:05 +0200)
The tests changes the sources.list and the modification time of this
file is considered while figuring out if the cache can be good. Usually
this isn't an issue, but in that case we have the cache generation
produce warnings which appear twice in this case.

Gbp-Dch: Ignore

test/integration/test-apt-acquire-additional-files-duplicates

index 8a919c01dccbc5abba5faa8b6d92d33c640f73bd..b0b6460fe3645344e4dae394a2fa3980d9fa37bd 100755 (executable)
@@ -48,6 +48,8 @@ ${APTLISTS}/example.org_debian_dists_stable_rocks_i18n_Translation-en" aptget in
 cat >> rootdir/etc/apt/sources.list <<EOF
 deb http://example.org/debian stable main rocks
 EOF
+rm -r rootdir/var/cache/apt/*.bin
+testwarning aptcache gencaches
 testwarningequal "${APTLISTS}/example.org_debian_dists_stable_main_source_Sources
 ${APTLISTS}/example.org_debian_dists_stable_rocks_source_Sources
 ${APTLISTS}/example.org_debian_dists_stable_main_binary-amd64_Packages
@@ -71,6 +73,8 @@ cat >> rootdir/etc/apt/sources.list <<EOF
 deb [target=Contents1,Contents2,Contentsflat arch=amd64] http://example.org/debian stable main rocks
 deb-src [target=Contents1,Contents2,Contentsflat arch=amd64] http://example.org/debian stable main rocks
 EOF
+rm -r rootdir/var/cache/apt/*.bin
+testwarning aptcache gencaches
 testwarningequal "${APTLISTS}/example.org_debian_dists_stable_main_source_Sources
 ${APTLISTS}/example.org_debian_dists_stable_rocks_source_Sources
 ${APTLISTS}/example.org_debian_dists_stable_main_binary-amd64_Packages