diff options
Diffstat (limited to 'test/integration')
-rwxr-xr-x | test/integration/test-security-no-remote-status | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/integration/test-security-no-remote-status b/test/integration/test-security-no-remote-status index b7cd0b0d1..af4940982 100755 --- a/test/integration/test-security-no-remote-status +++ b/test/integration/test-security-no-remote-status @@ -19,12 +19,12 @@ testequal "pretends-installed: Installed: (none) Candidate: 1 Version table: - 1 0 - 500 file:${TMPDIR}/aptarchive/ unstable/main amd64 Packages" aptcache policy pretends-installed + 1 500 + 500 file:${TMPDIR}/aptarchive unstable/main amd64 Packages" aptcache policy pretends-installed testequal "really-installed: Installed: 1 Candidate: 1 Version table: - *** 1 0 + *** 1 100 100 ${TMPDIR}/rootdir/var/lib/dpkg/status" aptcache policy really-installed |