summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-get-update-unauth-warning
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2014-09-26 22:45:18 +0200
committerMichael Vogt <mvo@debian.org>2014-09-26 23:33:57 +0200
commitbca84917c326fa3158e120147c8aecebe0789b47 (patch)
tree005e2998d4f9499c422d16ea028631086c31c2ee /test/integration/test-apt-get-update-unauth-warning
parent631a7dc7906a10ccd5f14dcfe42224e6107e11f6 (diff)
test fixes
Diffstat (limited to 'test/integration/test-apt-get-update-unauth-warning')
-rwxr-xr-xtest/integration/test-apt-get-update-unauth-warning14
1 files changed, 12 insertions, 2 deletions
diff --git a/test/integration/test-apt-get-update-unauth-warning b/test/integration/test-apt-get-update-unauth-warning
index 4411a7430..b1c676738 100755
--- a/test/integration/test-apt-get-update-unauth-warning
+++ b/test/integration/test-apt-get-update-unauth-warning
@@ -18,11 +18,21 @@ setupaptarchive --no-update
APTARCHIVE=$(readlink -f ./aptarchive)
rm -f $APTARCHIVE/dists/unstable/*Release*
-# update without authenticated InRelease file
+# update without authenticated files leads to warning
testequal "Ign file: unstable InRelease
Ign file: unstable Release
Reading package lists...
-W: The data from 'file: unstable Release' is not signed. Packages from that repository can not be authenticated." aptget update
+W: The data from 'file: unstable Release' is not signed. Packages from that repository can not be authenticated.
+W: Use --allow-unauthenticated to force the update" aptget update
+
+# no package foo
+testequal "Listing..." apt list foo
+
+# allow override
+testequal "Ign file: unstable InRelease
+Ign file: unstable Release
+Reading package lists...
+W: The data from 'file: unstable Release' is not signed. Packages from that repository can not be authenticated." aptget update --allow-unauthenticated
# ensure we can not install the package
testequal "WARNING: The following packages cannot be authenticated!