diff options
| author | Julian Andres Klode <jak@debian.org> | 2022-10-28 18:33:06 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2022-10-28 18:33:06 +0000 |
| commit | 331b592e70ddf352db694a987c5651703b0d2a94 (patch) | |
| tree | 2cccecdcaac4a0b934db39604faae0e2044d293b /test/integration/test-apt-cache-remapping | |
| parent | dccfe14ffb9713fbf320691c0f6cd679f2acf4fc (diff) | |
| parent | f52c1ce9b31befb71016a20759b96b4946034fcb (diff) | |
Merge branch 'feature/optional-dpkg-status' into 'main'
Allow apt to run if no dpkg/status file exists
See merge request apt-team/apt!257
Diffstat (limited to 'test/integration/test-apt-cache-remapping')
| -rwxr-xr-x | test/integration/test-apt-cache-remapping | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/test-apt-cache-remapping b/test/integration/test-apt-cache-remapping index 31a406c57..19647a6a4 100755 --- a/test/integration/test-apt-cache-remapping +++ b/test/integration/test-apt-cache-remapping @@ -8,6 +8,7 @@ setupenvironment configarchitecture 'amd64' buildsimplenativepackage 'foo' 'amd64' '1' +insertinstalledpackage 'bar' 'all' '1' # the default is 1MB – too much for our simple tests echo 'APT::Cache-Grow "1000";' > rootdir/etc/apt/apt.conf.d/limit-cachegrow.conf |
