diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-02-03 14:56:49 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-02-03 14:56:49 +0100 |
commit | d603afd970e4bc84ed7176b988cd72bd9cf339b3 (patch) | |
tree | 8d09abf1955d7e5f0a8f68a4edb9ab8d1915c562 /test/integration/test-apt-get-source-multisources | |
parent | cd907113561d5eb75054f981be3bcc22eee8db27 (diff) |
avoid building dependency tree in 'source' command
We don't need the dependencies for obvious reasons and we don't need the
candidate version either, so building a pkgDepCache is wasted effort,
which we can stop doing now that build-dep cleared the path.
Diffstat (limited to 'test/integration/test-apt-get-source-multisources')
-rwxr-xr-x | test/integration/test-apt-get-source-multisources | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/integration/test-apt-get-source-multisources b/test/integration/test-apt-get-source-multisources index 136867ead..06fe19641 100755 --- a/test/integration/test-apt-get-source-multisources +++ b/test/integration/test-apt-get-source-multisources @@ -17,8 +17,7 @@ setupaptarchive APTARCHIVE=$(readlink -f ./aptarchive) -HEADER="Reading package lists... -Building dependency tree..." +HEADER='Reading package lists...' testsuccessequal "$HEADER Need to get 0 B/43 B of source archives. 'file://${APTARCHIVE}/adduser_3.113+nmu3.dsc' adduser_3.113+nmu3.dsc 22 SHA256:19cc1abe85063976bf71c033f62f3e6bf6621647fe44a6ee31ed687e3fa5cbb7 |