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 | |
| 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')
| -rwxr-xr-x | test/integration/test-apt-cache | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/integration/test-apt-cache b/test/integration/test-apt-cache index 56c3268fb..c003fba8c 100755 --- a/test/integration/test-apt-cache +++ b/test/integration/test-apt-cache @@ -22,9 +22,9 @@ Replaces: foo:i386 (<< 1)' "$DESCR" setupaptarchive -# dpkg is installed by our framework -testdpkginstalled 'dpkg' -testempty aptcache unmet dpkg +insertinstalledpackage 'awesome' 'all' '1' +testdpkginstalled 'awesome' +testempty aptcache unmet awesome # FIXME: Find some usecase for unmet as it seems kinda useless/broken #testsuccess aptcache unmet @@ -46,9 +46,9 @@ testsuccess aptcache dump cp rootdir/tmp/testsuccess.output dump.output testsuccess test -s dump.output -testsuccessequal 'dpkg -bar +testsuccessequal 'bar foo +awesome specific fancy' aptcache pkgnames testsuccessequal 'bar' aptcache pkgnames bar |
