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-cli-update | |
| 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-cli-update')
| -rwxr-xr-x | test/integration/test-apt-cli-update | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/integration/test-apt-cli-update b/test/integration/test-apt-cli-update index cc8d051d2..810221510 100755 --- a/test/integration/test-apt-cli-update +++ b/test/integration/test-apt-cli-update @@ -8,7 +8,6 @@ setupenvironment configarchitecture "i386" insertpackage 'unstable' 'foo' 'all' '2.0' -cp rootdir/var/lib/dpkg/status dpkg.status insertinstalledpackage 'foo' 'all' '1.0' setupaptarchive --no-update @@ -18,6 +17,6 @@ testfailuremsg 'E: The update command takes no arguments' apt update arguments testempty apt update -qq -o pkgCacheFile::Generate=false testsuccessequal "1 package can be upgraded. Run 'apt list --upgradable' to see it." apt update -qq -cp dpkg.status rootdir/var/lib/dpkg/status +rm -f rootdir/var/lib/dpkg/status insertinstalledpackage 'foo' 'all' '2.0' testsuccessequal 'All packages are up to date.' apt update -qq |
