diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-09-29 11:03:02 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-09-29 11:03:02 +0200 |
commit | e1bd768b762bd74221f9089133883723a7307f9b (patch) | |
tree | 455e61721b3a4c7cd55a7514d425760b12a70522 /test/integration/test-apt-update-rollback | |
parent | c045cc0268d70eb3b7c41076ade7381f73e740f2 (diff) |
test fixes
Diffstat (limited to 'test/integration/test-apt-update-rollback')
-rwxr-xr-x | test/integration/test-apt-update-rollback | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-apt-update-rollback b/test/integration/test-apt-update-rollback index a88b0042b..e37be9554 100755 --- a/test/integration/test-apt-update-rollback +++ b/test/integration/test-apt-update-rollback @@ -114,7 +114,7 @@ test_unauthenticated_to_invalid_inrelease() { rm $APTARCHIVE/dists/unstable/Release.gpg avoid_ims_hit - testsuccess aptget update -qq + testsuccess aptget update -qq --allow-unauthenticated testequal "WARNING: The following packages cannot be authenticated! old E: There are problems and -y was used without --force-yes" aptget install -qq -y old |