diff options
author | Julian Andres Klode <jak@debian.org> | 2015-08-27 15:00:02 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-08-27 15:01:05 +0200 |
commit | 15d9f7e76020775fc87f2b2546ba7570c58e8111 (patch) | |
tree | 8223fa9e380194a280f77365352eddc881c3d282 /test/integration/test-security-no-remote-status | |
parent | 1c73b0fc41c23a08994ef1464c529e0aacff16de (diff) |
Fix test-security-no-remote-status
Gbp-Dch: ignore
Diffstat (limited to 'test/integration/test-security-no-remote-status')
-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 |