diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/integration/test-apt-ftparchive-by-hash | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/integration/test-apt-ftparchive-by-hash b/test/integration/test-apt-ftparchive-by-hash index 6cda0e415..f00e2a24c 100755 --- a/test/integration/test-apt-ftparchive-by-hash +++ b/test/integration/test-apt-ftparchive-by-hash @@ -19,6 +19,9 @@ setupenvironment configarchitecture 'i386' configcompression 'gz' '.' +# enable by-hash in apt-ftparchive +echo 'APT::FTPArchive::DoByHash "1";' >> aptconfig.conf + # build one pacakge buildsimplenativepackage 'foo' 'i386' '1' 'unstable' buildaptarchivefromincoming |