diff options
author | Michael Vogt <mvo@debian.org> | 2014-08-01 11:06:47 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-08-01 11:06:47 +0200 |
commit | 80976dd5452a9cfbe0c4f6229c729711ba685a5f (patch) | |
tree | f637c2c1a2864c3f4bc3396fad9fd8c95e61e2c0 /test/integration | |
parent | 21638c3af355b3997fadd169495551568af6acfe (diff) |
mve MetaKey into pkgAcqBaseIndex
Diffstat (limited to 'test/integration')
-rwxr-xr-x | test/integration/test-apt-update-rollback | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/integration/test-apt-update-rollback b/test/integration/test-apt-update-rollback index a6297792e..d7078d217 100755 --- a/test/integration/test-apt-update-rollback +++ b/test/integration/test-apt-update-rollback @@ -44,7 +44,9 @@ test_inrelease_to_new_inrelease() { testequal "old/unstable 1.0 all" apt list -q add_new_package - testsuccess aptget update + aptget update -o Debug::Acquire::Transaction=1 + + testsuccess aptget update -o Debug::Acquire::Transaction=1 testequal "new/unstable 1.0 all old/unstable 1.0 all" apt list -q |