summaryrefslogtreecommitdiff
path: root/test/integration/test-hashsum-verification
Commit message (Collapse)AuthorAgeFilesLines
* configurable compression for testcasesDavid Kalnischkies2013-08-281-3/+1
| | | | | | | | Compressing files in 4 different styles eats test-time for no practical gain if we don't test them explicitly, so default to just building 'gz' compressed files as it is the simplest compression algorithm supported Git-Dch: Ignore
* fix the remaining lzma calls with xz --format=lzma in the testcasesDavid Kalnischkies2012-04-111-1/+1
|
* remove the caches in 'apt-get update', too, as they will beDavid Kalnischkies2011-08-221-2/+0
| | | invalid in most cases anyway
* * apt-pkg/acquire-item.cc:Michael Vogt2011-08-051-0/+7
| | | | - if no Release.gpg file is found, still load the hashes for verification (closes: #636314) and add test
* * test/integration/test-hashsum-verification:Michael Vogt2011-08-051-0/+76
- add regression test for hashsum verification