diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-08-22 23:10:15 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-08-22 23:10:15 +0200 |
commit | 8de79b68a834a6cc7abb8976e96ed19374fc02a2 (patch) | |
tree | aead647a6dcafc84404073459e15d5fd603b3c6a /test/integration/test-bug-254770-segfault-if-cache-not-buildable | |
parent | 95b5f6c19d361745c4e11b214f0f07ad10c9b5b3 (diff) |
remove the caches in 'apt-get update', too, as they will be
invalid in most cases anyway
Diffstat (limited to 'test/integration/test-bug-254770-segfault-if-cache-not-buildable')
-rwxr-xr-x | test/integration/test-bug-254770-segfault-if-cache-not-buildable | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/integration/test-bug-254770-segfault-if-cache-not-buildable b/test/integration/test-bug-254770-segfault-if-cache-not-buildable index b9f45b131..8fa337ccc 100755 --- a/test/integration/test-bug-254770-segfault-if-cache-not-buildable +++ b/test/integration/test-bug-254770-segfault-if-cache-not-buildable @@ -12,7 +12,6 @@ trap "$CURRENTTRAP" 0 HUP INT QUIT ILL ABRT FPE SEGV PIPE TERM chmod a-x rootdir/var/lib/dpkg testsegfault() { - rm -f rootdir/var/cache/apt/*.bin msgtest "No segfault in" "$*" local TEST="$($* 2>&1 | grep -v 'E:')" if [ -z "$TEST" ]; then |