]> git.saurik.com Git - apt.git/commitdiff
tests: rm pkgcache.bin in 719263 test
authorDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 23 Oct 2013 10:26:44 +0000 (12:26 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Sat, 30 Nov 2013 11:38:26 +0000 (12:38 +0100)
As testcases are running really fast it can happen that files which are
changed in reality are considered unchanged as the modify time isn't
changed. What we could do is disable those caches by default, but some
tests actually depend on those and deriving too much from the default by
default (pun intended) is not a good idea for tests after all.

Git-Dch: Ignore

test/integration/test-bug-719263-print-uris-removes-authentication

index 1c1a27ceb992d02fc121c0f04d612e4c81b80854..5e674db0b5a3e5721e40107d79266ae7b5405cbc 100755 (executable)
@@ -25,6 +25,7 @@ Inst unrelated [1] (2 unstable [all])
 Conf unrelated (2 unstable [all])' aptget install unrelated -s
        testsuccess aptget install unrelated -y
        testdpkginstalled unrelated
+       rm -rf rootdir/var/cache/apt/*.bin
        cp -a rootdir/var/lib/dpkg/status-backup-noact rootdir/var/lib/dpkg/status
 }