diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-04-14 17:32:17 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-04-14 21:56:01 +0200 |
commit | b2fd852459a6b9234255644730f48f071ccad64d (patch) | |
tree | 5ea9c6b0704894b641319fbe35eee281c414a0c2 /test/integration/test-apt-get-build-dep-file | |
parent | 479f6fa454cd6ee9e1bc4d9ecda856d34584092e (diff) |
silently skip acquire of empty index files
There is just no point in taking the time to acquire empty files –
especially as it will be tiny non-empty compressed files usually.
Diffstat (limited to 'test/integration/test-apt-get-build-dep-file')
-rwxr-xr-x | test/integration/test-apt-get-build-dep-file | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/test-apt-get-build-dep-file b/test/integration/test-apt-get-build-dep-file index 2cd4f57ec..233aed934 100755 --- a/test/integration/test-apt-get-build-dep-file +++ b/test/integration/test-apt-get-build-dep-file @@ -10,6 +10,7 @@ configarchitecture 'i386' insertpackage 'stable' 'debhelper' 'i386' '7' insertpackage 'stable' 'build-essential' 'i386' '1' insertpackage 'stable' 'build-depends' 'i386' '1' +insertsource 'stable' 'unrelated' 'any' '1' insertinstalledpackage 'build-conflict' 'i386' '1' setupaptarchive |